From f55e9c3b3de27ae6abcf2a4882c57bc7a2dac24b Mon Sep 17 00:00:00 2001 From: ajnart Date: Fri, 6 Jan 2023 01:06:22 +0900 Subject: [PATCH] enable reactStrictMode --- next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.js b/next.config.js index 6d3cf54a0..dde3ec977 100644 --- a/next.config.js +++ b/next.config.js @@ -8,7 +8,7 @@ module.exports = withBundleAnalyzer({ images: { domains: ['cdn.jsdelivr.net'], }, - reactStrictMode: false, + reactStrictMode: true, output: 'standalone', i18n, });