Compare commits
No commits in common. "cf2c6b61e289c4b4e47e3db9bad528eaaf2a0fcc" and "9b797a09a68386c75fae4e8e7ef7629c72157f36" have entirely different histories.
cf2c6b61e2
...
9b797a09a6
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,
|
||||||
i18n,
|
i18n,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user