Skip to content

Commit

Permalink
feat: disable comments by default
Browse files Browse the repository at this point in the history
  • Loading branch information
hermanwikner committed Oct 30, 2023
1 parent 02eecfc commit 0e4189c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sanity/src/core/config/prepareConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ function resolveSource({
return documentCommentsEnabledReducer({
context: partialContext,
config,
initialValue: true,
initialValue: false,
})
},
},
Expand Down

0 comments on commit 0e4189c

Please sign in to comment.