Fix stuff calling 2x at start
This commit is contained in:
@@ -8,7 +8,8 @@ const nextConfig: NextConfig = {
|
||||
unoptimized: true
|
||||
},
|
||||
assetPrefix: isProd ? undefined : `http://${internalHost}:3000`,
|
||||
devIndicators: false
|
||||
devIndicators: false,
|
||||
reactStrictMode: false
|
||||
}
|
||||
|
||||
export default nextConfig
|
||||
|
||||
Reference in New Issue
Block a user