Skip to content

Commit

Permalink
updated config
Browse files Browse the repository at this point in the history
  • Loading branch information
Contentstack-AnkitaD committed Mar 2, 2024
1 parent 62c9325 commit dadf700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/live-preview-sdk/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if (isBrowser) {
branch: process.env.CONTENTSTACK_BRANCH ? process.env.CONTENTSTACK_BRANCH : "main",
live_preview: {
enable: process.env.CONTENTSTACK_LIVE_PREVIEW === "true",
host: process.env.CONTENTSTACK_PREVIEW_HOST,
preview_host: process.env.CONTENTSTACK_PREVIEW_HOST,
preview_token: process.env.CONTENTSTACK_PREVIEW_TOKEN,
},
jsonRteToHtml: true,
Expand Down

0 comments on commit dadf700

Please sign in to comment.