Compare commits

...

2 Commits

Author SHA1 Message Date
f0e05f318c Update frontend/next-i18next.config.mjs 2025-05-09 16:27:44 +00:00
5ca23fb404 Update frontend/next.config.mjs 2025-05-09 16:27:29 +00:00
2 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
/**
* @type {import('next').NextConfig}
*/
import { i18n } from './next-i18next.config.js';
import { i18n } from './next-i18next.config.mjs';
const output = process.env.NODE_ENV === 'production' ? 'export' : 'standalone';
const nextConfig = {