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) {