Skip to content

Commit

Permalink
fix(preview): remove full document preview support
Browse files Browse the repository at this point in the history
This was an interesting thing to explore, but it doesn't scale well, so turning this off for now.
  • Loading branch information
bjoerge authored and juice49 committed Aug 12, 2024
1 parent 4435a8e commit 2365540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sanity/src/core/preview/createGlobalListener.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export function createGlobalListener(client: SanityClient) {
includeResult: false,
includePreviousRevision: false,
includeMutations: false,
visibility: 'transaction',
visibility: 'query',
effectFormat: 'mendoza',
tag: 'preview.global',
},
Expand Down

0 comments on commit 2365540

Please sign in to comment.