Update frontend/next.config.mjs
This commit is contained in:
parent
8075b4a32b
commit
5ca23fb404
@ -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 = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user