rikunarita-2 commited on
Commit
3dfe58b
·
verified ·
1 Parent(s): 63efe8f

Update frontend/next.config.js

Browse files
Files changed (1) hide show
  1. frontend/next.config.js +3 -5
frontend/next.config.js CHANGED
@@ -1,9 +1,7 @@
1
- /** @type {import('next').NextConfig} */
 
2
  module.exports = {
3
- i18n: {
4
- locales: ['en', 'ja', 'zh'],
5
- defaultLocale: 'en',
6
- },
7
  async rewrites() {
8
  return [
9
  {
 
1
+ const { i18n } = require('./next-i18next.config');
2
+
3
  module.exports = {
4
+ i18n,
 
 
 
5
  async rewrites() {
6
  return [
7
  {