HIB-Automedica commited on
Commit
fe1f183
·
verified ·
1 Parent(s): 8e3d079

Update next.config.mjs

Browse files
Files changed (1) hide show
  1. 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
+ };