next config updated
This commit is contained in:
parent
67221864db
commit
b4ffa1d1dd
@ -2,8 +2,8 @@
|
|||||||
const nextConfig = {
|
const nextConfig = {
|
||||||
output: "export", // keep: needed for next export
|
output: "export", // keep: needed for next export
|
||||||
trailingSlash: true,
|
trailingSlash: true,
|
||||||
images: {
|
images: {
|
||||||
unoptimized: true, // keep: for static export
|
unoptimized: true, // ✅ needed
|
||||||
},
|
},
|
||||||
swcMinify: true, // explicit SWC minify
|
swcMinify: true, // explicit SWC minify
|
||||||
experimental: {
|
experimental: {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user