diff --git a/frontend/next.config.mjs b/frontend/next.config.mjs index d42995e..c0b07e8 100644 --- a/frontend/next.config.mjs +++ b/frontend/next.config.mjs @@ -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 = {