chore: hide Next.js dev indicator icon

Co-Authored-By: claude-flow <ruv@ruv.net>
This commit is contained in:
2026-03-26 08:41:01 +01:00
parent e5d7ca1293
commit b6d2a6348d
+1
View File
@@ -4,6 +4,7 @@ import { withSentryConfig } from "@sentry/nextjs";
const nextConfig: NextConfig = { const nextConfig: NextConfig = {
output: "standalone", output: "standalone",
devIndicators: false,
experimental: { experimental: {
optimizePackageImports: ["recharts", "date-fns"], optimizePackageImports: ["recharts", "date-fns"],
}, },