File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,12 @@ CONTENTSTACK_API_HOST=
1212CONTENTSTACK_APP_HOST=
1313CONTENTSTACK_LIVE_PREVIEW=true
1414
15+ #site-map
16+ NEXT_PUBLIC_HOSTED_URL=http://localhost:3000
17+ # Requires host url for sitemap. Localhost:3000 is set as default value
18+
1519# For enabling live editing tags for this project set NEXT_PUBLIC_CONTENTSTACK_LIVE_PREVIEW=true by default it is set to false
1620# For NA region add CONTENTSTACK_APP_HOST=app.contentstack.com
1721# For EU region add CONTENTSTACK_APP_HOST=eu-app.contentstack.com
1822# For setting region add CONTENTSTACK_REGION=(Optional for US region) Eg- eu
19- # For setting custom host add CONTENTSTACK_API_HOST=for(NA: api.contentstack.io, EU: eu-api.contentstack.com)
23+ # For setting custom host add CONTENTSTACK_API_HOST=for(NA: api.contentstack.io, EU: eu-api.contentstack.com)
You can’t perform that action at this time.
0 commit comments