Update frontend/next.config.js
Browse files- frontend/next.config.js +3 -5
frontend/next.config.js
CHANGED
|
@@ -1,9 +1,7 @@
|
|
| 1 |
-
|
|
|
|
| 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 |
{
|