From ffeaac8550ae7fc61e565e8d52ebdcbebf3cea13 Mon Sep 17 00:00:00 2001 From: karl-police Date: Sun, 18 Aug 2024 22:55:12 +0200 Subject: [PATCH] Update next.config.js --- next.config.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/next.config.js b/next.config.js index 9dcca7c..1840edf 100644 --- a/next.config.js +++ b/next.config.js @@ -3,6 +3,8 @@ const nextConfig = { // enables static exports output: "export", + reactStrictMode: true, + /*i18n: { locales: ["en"], defaultLocale: "en"