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"