From 25928c1b7d7f38f0a8fa6c2a87b90ccb0e311243 Mon Sep 17 00:00:00 2001 From: mlogclub Date: Sat, 25 Apr 2026 11:19:25 +0800 Subject: [PATCH] refactor: remove redundant devIndicators setting in next.config.ts --- web/next.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/web/next.config.ts b/web/next.config.ts index d479331..25ca8a0 100644 --- a/web/next.config.ts +++ b/web/next.config.ts @@ -11,6 +11,7 @@ export default function nextConfig(phase: string): NextConfig { basePath: productionBasePath, assetPrefix: `${productionBasePath}/`, trailingSlash: true, + devIndicators: false, } if (phase !== PHASE_DEVELOPMENT_SERVER) {