Skip to content

Commit

Permalink
fix: should be previewMode, not draftMode
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan authored Oct 22, 2024
1 parent 611d93a commit 8670dc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sanity.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default defineConfig({
presentationTool({
locate,
previewUrl: {
draftMode: {
previewMode: {
enable: DRAFT_MODE_ROUTE,
},
},
Expand Down

0 comments on commit 8670dc9

Please sign in to comment.