Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bd7510bcad |
File diff suppressed because one or more lines are too long
@ -3,7 +3,7 @@
|
|||||||
*/
|
*/
|
||||||
import { i18n } from './next-i18next.config.mjs';
|
import { i18n } from './next-i18next.config.mjs';
|
||||||
|
|
||||||
const output = 'standalone';
|
const output = process.env.NODE_ENV === 'production' ? 'export' : 'standalone';
|
||||||
const nextConfig = {
|
const nextConfig = {
|
||||||
trailingSlash: true,
|
trailingSlash: true,
|
||||||
distDir: 'build',
|
distDir: 'build',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user