chore: hide Next.js dev indicator icon
Co-Authored-By: claude-flow <ruv@ruv.net>
This commit is contained in:
@@ -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"],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user