Skip to content

Commit

Permalink
Merge branch 'feat/CS-42473-live-preview' into fix/CS-43652
Browse files Browse the repository at this point in the history
  • Loading branch information
cs-raj authored Jan 25, 2024
2 parents 3306d9d + 7a4872b commit bf45b77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/contentstack-bootstrap/src/bootstrap/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -210,9 +210,9 @@ const envFileHandler = async (
environmentVariables.deliveryToken
}',\n${
livePreviewEnabled
? `\n\tpreivew_token=${
? `\n\tpreivew_token:'${
environmentVariables.preview_token || `''`
}\n\tpreview_host=${previewHost}\n\tapp_host=${appHost}\n`
}'\n\tpreview_host:'${previewHost}'\n\tapp_host:'${appHost}'\n`
: '\n'
},\n\t\tenvironment: '${environmentVariables.environment}'${
!isUSRegion && !customHost ? `,\n\t\tregion: '${region.name}'` : ''
Expand Down

0 comments on commit bf45b77

Please sign in to comment.