Compare commits

..

No commits in common. "cf2c6b61e289c4b4e47e3db9bad528eaaf2a0fcc" and "9b797a09a68386c75fae4e8e7ef7629c72157f36" have entirely different histories.

2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -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,