| module.exports = { | |
| i18n: { | |
| locales: ['en', 'id'], | |
| defaultLocale: 'en', | |
| }, | |
| experimental: { | |
| clientRouterFilter: true, | |
| clientRouterFilterRedirects: true, | |
| }, | |
| } | |
| module.exports = { | |
| i18n: { | |
| locales: ['en', 'id'], | |
| defaultLocale: 'en', | |
| }, | |
| experimental: { | |
| clientRouterFilter: true, | |
| clientRouterFilterRedirects: true, | |
| }, | |
| } | |