import type { NextConfig } from "next";
const nextConfig: NextConfig = {
images: {
unoptimized: false,
},
};
export default nextConfig;