diff --git a/next.config.ts b/next.config.ts index adbef04..e7dd5ab 100644 --- a/next.config.ts +++ b/next.config.ts @@ -8,7 +8,8 @@ const nextConfig: NextConfig = { unoptimized: true }, assetPrefix: isProd ? undefined : `http://${internalHost}:3000`, - devIndicators: false + devIndicators: false, + reactStrictMode: false } export default nextConfig