Spaces:
Paused
Paused
matthoffner
commited on
Commit
·
d28de65
1
Parent(s):
15d9c3e
Update next.config.js
Browse files- next.config.js +1 -0
next.config.js
CHANGED
@@ -3,6 +3,7 @@ const { i18n } = require('./next-i18next.config');
|
|
3 |
/** @type {import('next').NextConfig} */
|
4 |
const nextConfig = {
|
5 |
i18n,
|
|
|
6 |
reactStrictMode: true,
|
7 |
|
8 |
webpack(config, { isServer, dev }) {
|
|
|
3 |
/** @type {import('next').NextConfig} */
|
4 |
const nextConfig = {
|
5 |
i18n,
|
6 |
+
output: "standalone",
|
7 |
reactStrictMode: true,
|
8 |
|
9 |
webpack(config, { isServer, dev }) {
|