Get rid of i18n and add next export

This commit is contained in:
Dustin Brett
2021-04-10 22:31:47 -07:00
parent 8a6ecf7c87
commit b2457e5374
5 changed files with 11 additions and 10 deletions

View File

@@ -2,10 +2,5 @@ module.exports = {
future: {
webpack5: true
},
i18n: {
localeDetection: false,
locales: ['en'],
defaultLocale: 'en'
},
reactStrictMode: true
};