From b6d2a6348da940fe9386c9039ca298affe055be2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hartmut=20N=C3=B6renberg?= Date: Thu, 26 Mar 2026 08:41:01 +0100 Subject: [PATCH] chore: hide Next.js dev indicator icon Co-Authored-By: claude-flow --- apps/web/next.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/web/next.config.ts b/apps/web/next.config.ts index c087caf..97a2d5c 100644 --- a/apps/web/next.config.ts +++ b/apps/web/next.config.ts @@ -4,6 +4,7 @@ import { withSentryConfig } from "@sentry/nextjs"; const nextConfig: NextConfig = { output: "standalone", + devIndicators: false, experimental: { optimizePackageImports: ["recharts", "date-fns"], },