Remove dev indicators

This commit is contained in:
Jaret Burkett 2026-07-24 13:30:30 -06:00
parent 8f2d001eae
commit be3406140b
1 changed files with 1 additions and 3 deletions

View File

@ -25,9 +25,7 @@ const nextConfig: NextConfig = {
} }
return config; return config;
}, },
devIndicators: { devIndicators: false,
buildActivity: false,
},
typescript: { typescript: {
// Remove this. Build fails because of route types // Remove this. Build fails because of route types
ignoreBuildErrors: true, ignoreBuildErrors: true,