Compare commits

..

2 Commits

Author SHA1 Message Date
Flatlogic Bot
cf2c6b61e2 Forced merge: merge ai-dev into master 2025-07-20 03:33:58 +00:00
Flatlogic Bot
f44868c33a Auto commit: 2025-07-20T03:33:48.713Z 2025-07-20 03:33:48 +00:00
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 = process.env.NODE_ENV === 'production' ? 'export' : 'standalone'; const output = 'standalone';
const nextConfig = { const nextConfig = {
trailingSlash: true, trailingSlash: true,
i18n, i18n,