Compare commits

..

1 Commits

Author SHA1 Message Date
Flatlogic Bot
1948dffedb v2.0 - 1 2025-05-10 21:10:51 +00:00
2 changed files with 3 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';
const output = process.env.NODE_ENV === 'production' ? 'export' : 'standalone';
const output = 'standalone';
const nextConfig = {
trailingSlash: true,
distDir: 'build',