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, });