refactor: remove redundant devIndicators setting in next.config.ts

This commit is contained in:
mlogclub
2026-04-25 11:19:25 +08:00
parent 323db62512
commit 25928c1b7d
+1
View File
@@ -11,6 +11,7 @@ export default function nextConfig(phase: string): NextConfig {
basePath: productionBasePath,
assetPrefix: `${productionBasePath}/`,
trailingSlash: true,
devIndicators: false,
}
if (phase !== PHASE_DEVELOPMENT_SERVER) {