Disable nextjs static indicator

This commit is contained in:
chrox
2024-11-06 22:25:42 +01:00
parent 70a7fd9007
commit 1e037f8a77
+3
View File
@@ -13,6 +13,9 @@ const nextConfig = {
images: {
unoptimized: true,
},
devIndicators: {
appIsrStatus: false,
},
// Configure assetPrefix or else the server won't properly resolve your assets.
assetPrefix: isProd ? '' : `http://${internalHost}:3000`,
reactStrictMode: true,