From 5ca23fb40431c8ea41fedf8674c98992aca8b6c6 Mon Sep 17 00:00:00 2001 From: admin Date: Fri, 9 May 2025 16:27:29 +0000 Subject: [PATCH] Update frontend/next.config.mjs --- frontend/next.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {