Spaces:
Paused
Paused
Commit
·
d4ef6ab
1
Parent(s):
b7ea39f
Update next.config.mjs
Browse files- next.config.mjs +3 -1
next.config.mjs
CHANGED
|
@@ -18,5 +18,7 @@ export default {
|
|
| 18 |
})
|
| 19 |
|
| 20 |
return config
|
| 21 |
-
}
|
|
|
|
|
|
|
| 22 |
}
|
|
|
|
| 18 |
})
|
| 19 |
|
| 20 |
return config
|
| 21 |
+
},
|
| 22 |
+
output: "standalone",
|
| 23 |
+
reactStrictMode: true
|
| 24 |
}
|