🚧 wip migrate to next-i18n
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
const { env } = require('process');
|
||||
|
||||
const { i18n } = require('./next-i18next.config');
|
||||
|
||||
const withBundleAnalyzer = require('@next/bundle-analyzer')({
|
||||
enabled: process.env.ANALYZE === 'true',
|
||||
});
|
||||
@@ -13,4 +15,5 @@ module.exports = withBundleAnalyzer({
|
||||
outputStandalone: true,
|
||||
},
|
||||
output: 'standalone',
|
||||
i18n,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user