This commit is contained in:
akash 2025-09-24 22:44:02 +05:30
commit d1b3fa4fff

View File

@ -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: {