Skip to content

Commit

Permalink
feat(comments): enable by default (#5467)
Browse files Browse the repository at this point in the history
  • Loading branch information
hermanwikner authored Jan 9, 2024
1 parent afdb3f9 commit c09a26d
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 @@ -528,7 +528,7 @@ function resolveSource({
return documentCommentsEnabledReducer({
context: partialContext,
config,
initialValue: false,
initialValue: true,
})
},
},
Expand Down

2 comments on commit c09a26d

@vercel
Copy link

@vercel vercel bot commented on c09a26d Jan 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

performance-studio – ./

performance-studio.sanity.build
performance-studio-git-next.sanity.build

@vercel
Copy link

@vercel vercel bot commented on c09a26d Jan 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

test-studio – ./

test-studio.sanity.build
test-studio-git-next.sanity.build

Please sign in to comment.