diff --git a/next.config.js b/next.config.js index 3aee41f..2919f2c 100755 --- a/next.config.js +++ b/next.config.js @@ -1,4 +1,8 @@ module.exports = { + i18n: { + locales: ['en-US'], + defaultLocale: 'en-US' + }, webpack: (config, options) => { config.experiments = { asset: true };