Skip to content

Commit 5cf2adc

Browse files
authored
Merge pull request #94 from contentstack/fix/updated-branch
Fix/updated branch
2 parents 9eb4adf + 9541fbf commit 5cf2adc

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.env.local.sample

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
CONTENTSTACK_API_KEY=your_stack_api_key
66
CONTENTSTACK_DELIVERY_TOKEN=your_delivery_token
7-
CONTENTSTACK_ENVIRONMENT=your_environment_token
7+
CONTENTSTACK_ENVIRONMENT=your_environment_name
88

99
# Below config options are for enabling live preview/live edit tags for the starter app
1010

@@ -17,7 +17,7 @@ CONTENTSTACK_LIVE_EDIT_TAGS= false
1717
#site-map
1818
NEXT_PUBLIC_HOSTED_URL=http://localhost:3000
1919

20-
# CONTENTSTACK_API_HOST=api.contentstack.com
20+
# CONTENTSTACK_API_HOST=api.contentstack.io
2121
# CONTENTSTACK_REGION=eu
2222
# CONTENTSTACK_BRANCH=main
2323

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@contentstack/live-preview-utils": "^1.4.0",
1515
"@contentstack/utils": "^1.3.1",
1616
"@textea/json-viewer": "^3.3.0",
17-
"contentstack": "github:Deepak-Kharah/contentstack-javascript#VC-311-changes-for-rest-preview-service",
17+
"contentstack": "github:contentstack/contentstack-javascript#fix/CS-43301-merge-live-preview",
1818
"html-react-parser": "^3.0.16",
1919
"moment": "^2.30.1",
2020
"next": "^14.0.4",

0 commit comments

Comments
 (0)