diff --git a/next.config.js b/next.config.js index 9a3ce9eda..1fea2f96f 100644 --- a/next.config.js +++ b/next.config.js @@ -17,8 +17,4 @@ module.exports = { }); return config; }, - i18n: { - locales: ["en"], - defaultLocale: "en", - }, };