Skip to content

Commit

Permalink
schema
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Feb 7, 2024
1 parent 037eaaf commit c3cd907
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/next/src/server/config-schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ export const configSchema: zod.ZodType<NextConfig> = z.lazy(() =>
gzipSize: z.boolean().optional(),
isrFlushToDisk: z.boolean().optional(),
largePageDataBytes: z.number().optional(),
linkNoTouchStart: z.boolean().optional(),
manualClientBasePath: z.boolean().optional(),
middlewarePrefetch: z.enum(['strict', 'flexible']).optional(),
nextScriptWorkers: z.boolean().optional(),
Expand Down

0 comments on commit c3cd907

Please sign in to comment.