Fix stuff calling 2x at start

This commit is contained in:
2025-08-29 11:03:17 -07:00
parent b9353b249b
commit 2f394593d9

View File

@@ -8,7 +8,8 @@ const nextConfig: NextConfig = {
unoptimized: true
},
assetPrefix: isProd ? undefined : `http://${internalHost}:3000`,
devIndicators: false
devIndicators: false,
reactStrictMode: false
}
export default nextConfig