diff --git a/next.config.js b/next.config.js index 9191ddb..3a51a46 100644 --- a/next.config.js +++ b/next.config.js @@ -2,8 +2,8 @@ const nextConfig = { output: "export", // keep: needed for next export trailingSlash: true, - images: { - unoptimized: true, // keep: for static export + images: { + unoptimized: true, // ✅ needed }, swcMinify: true, // explicit SWC minify experimental: {