Spaces:
Sleeping
Sleeping
Update next.config.mjs
Browse files- next.config.mjs +4 -1
next.config.mjs
CHANGED
|
@@ -1,4 +1,7 @@
|
|
| 1 |
/** @type {import('next').NextConfig} */
|
| 2 |
export default {
|
| 3 |
output: "standalone",
|
| 4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
/** @type {import('next').NextConfig} */
|
| 2 |
export default {
|
| 3 |
output: "standalone",
|
| 4 |
+
images: {
|
| 5 |
+
unoptimized: true, // ✅ Disable image optimization to avoid cache errors
|
| 6 |
+
},
|
| 7 |
+
};
|