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,
|
||||
assetPrefix: `${productionBasePath}/`,
|
||||
trailingSlash: true,
|
||||
devIndicators: false,
|
||||
}
|
||||
|
||||
if (phase !== PHASE_DEVELOPMENT_SERVER) {
|
||||
|
||||
Reference in New Issue
Block a user