refactor: remove redundant devIndicators setting in next.config.ts
This commit is contained in:
@@ -11,6 +11,7 @@ export default function nextConfig(phase: string): NextConfig {
|
|||||||
basePath: productionBasePath,
|
basePath: productionBasePath,
|
||||||
assetPrefix: `${productionBasePath}/`,
|
assetPrefix: `${productionBasePath}/`,
|
||||||
trailingSlash: true,
|
trailingSlash: true,
|
||||||
|
devIndicators: false,
|
||||||
}
|
}
|
||||||
|
|
||||||
if (phase !== PHASE_DEVELOPMENT_SERVER) {
|
if (phase !== PHASE_DEVELOPMENT_SERVER) {
|
||||||
|
|||||||
Reference in New Issue
Block a user