Remove dev indicators
This commit is contained in:
parent
8f2d001eae
commit
be3406140b
|
|
@ -25,9 +25,7 @@ const nextConfig: NextConfig = {
|
|||
}
|
||||
return config;
|
||||
},
|
||||
devIndicators: {
|
||||
buildActivity: false,
|
||||
},
|
||||
devIndicators: false,
|
||||
typescript: {
|
||||
// Remove this. Build fails because of route types
|
||||
ignoreBuildErrors: true,
|
||||
|
|
|
|||
Loading…
Reference in New Issue