diff --git a/next.config.js b/next.config.js index 91ef62f..24f1a90 100644 --- a/next.config.js +++ b/next.config.js @@ -1,6 +1,6 @@ /** @type {import('next').NextConfig} */ const nextConfig = { - reactStrictMode: true, + reactStrictMode: false, }; module.exports = nextConfig;