From b4ffa1d1ddbcd666b14cdc13a7ece2658be436ab Mon Sep 17 00:00:00 2001 From: Alaguraj0361 Date: Wed, 24 Sep 2025 22:14:39 +0530 Subject: [PATCH] next config updated --- next.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: {