Skip to content

Commit

Permalink
fix: fix generateEtags type inside schema (#38936)
Browse files Browse the repository at this point in the history
  • Loading branch information
ziishaned committed Jul 22, 2022
1 parent 25d3405 commit c49c6ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/next/server/config-schema.ts
Expand Up @@ -414,8 +414,8 @@ const configSchema = {
isFunction: true,
} as any,
generateEtags: {
isFunction: true,
} as any,
type: 'boolean',
},
headers: {
isFunction: true,
} as any,
Expand Down

0 comments on commit c49c6ab

Please sign in to comment.