diff --git a/next.config.js b/next.config.js index 7f26402..1935d83 100644 --- a/next.config.js +++ b/next.config.js @@ -1,6 +1,6 @@ /** @type {import('next').NextConfig} */ const nextConfig = { - reactStrictMode: true, + // reactStrictMode: true, // experimental: { // serverActions: false, // },