Skip to content

Commit

Permalink
fix type error
Browse files Browse the repository at this point in the history
  • Loading branch information
shuding committed Sep 21, 2022
1 parent 0f02cf2 commit 4a0ae65
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/next/server/config-shared.ts
Expand Up @@ -569,7 +569,6 @@ export const defaultConfig: NextConfig = {
// default to 50MB limit
isrMemoryCacheSize: 50 * 1024 * 1024,
incrementalCacheHandlerPath: undefined,
serverComponents: false,
fullySpecified: false,
outputFileTracingRoot: process.env.NEXT_PRIVATE_OUTPUT_TRACE_ROOT || '',
swcTraceProfiling: false,
Expand Down

0 comments on commit 4a0ae65

Please sign in to comment.