Update frontend/next.config.mjs
This commit is contained in:
parent
2ce593511a
commit
70b054e6e6
@ -1,7 +1,7 @@
|
|||||||
/**
|
/**
|
||||||
* @type {import('next').NextConfig}
|
* @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 output = process.env.NODE_ENV === 'production' ? 'export' : 'standalone';
|
||||||
const nextConfig = {
|
const nextConfig = {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user