Remove dev indicators
This commit is contained in:
parent
8f2d001eae
commit
be3406140b
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue