Spaces:
Paused
Paused
Commit
·
4e08484
1
Parent(s):
90f1cc8
Update next.config.mjs
Browse files- next.config.mjs +1 -0
next.config.mjs
CHANGED
@@ -19,4 +19,5 @@ export default {
|
|
19 |
|
20 |
return config
|
21 |
},
|
|
|
22 |
}
|
|
|
19 |
|
20 |
return config
|
21 |
},
|
22 |
+
output: 'standalone'
|
23 |
}
|