Update frontend/next.config.mjs

This commit is contained in:
admin 2025-05-09 16:26:43 +00:00
parent 2ce593511a
commit 70b054e6e6

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 = {