Update frontend/next.config.js
Browse files- frontend/next.config.js +1 -1
frontend/next.config.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
|
|
| 1 |
module.exports = {
|
| 2 |
i18n: {
|
| 3 |
locales: ['en', 'ja', 'zh'],
|
| 4 |
defaultLocale: 'en',
|
| 5 |
-
localeDetection: true,
|
| 6 |
},
|
| 7 |
async rewrites() {
|
| 8 |
return [
|
|
|
|
| 1 |
+
/** @type {import('next').NextConfig} */
|
| 2 |
module.exports = {
|
| 3 |
i18n: {
|
| 4 |
locales: ['en', 'ja', 'zh'],
|
| 5 |
defaultLocale: 'en',
|
|
|
|
| 6 |
},
|
| 7 |
async rewrites() {
|
| 8 |
return [
|