From 453319c7485d5e570812c9b06cff5f8e63960073 Mon Sep 17 00:00:00 2001 From: Garrit Franke Date: Sat, 29 Jan 2022 17:10:33 +0100 Subject: [PATCH] next: fix export --- next.config.js | 4 ---- 1 file changed, 4 deletions(-) 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", - }, };