diff --git a/app/next.config.js b/app/next.config.js index 80f42a9..d546bd7 100644 --- a/app/next.config.js +++ b/app/next.config.js @@ -2,4 +2,8 @@ module.exports = { env: { API_URI: process.env.API_URI, }, + i18n: { + locales: ['en-US'], + defaultLocale: 'en-US', + }, };