Skip to content

Commit

Permalink
Update env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasKn committed Mar 20, 2024
1 parent 9c34750 commit 5b43ffd
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 13 deletions.
4 changes: 2 additions & 2 deletions app/.env.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SANITY_STUDIO_PROJECT_ID="r0z1eifg"
SANITY_STUDIO_DATASET="clean-dev"
SANITY_STUDIO_PROJECT_ID="qfrmq8mg"
SANITY_STUDIO_DATASET="production"
SANITY_STUDIO_URL="http://localhost:3333"
SANITY_STUDIO_STEGA_ENABLED="true"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "sanity-template-remix-clean",
"name": "portable-text-prensentation-mode-issue",
"private": true,
"scripts": {
"dev": "pnpm -r dev",
Expand Down
45 changes: 37 additions & 8 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions studio/.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SANITY_STUDIO_PROJECT_ID="qfrmq8mg"
SANITY_STUDIO_DATASET="production"
SANITY_STUDIO_PREVIEW_URL="http://localhost:3000"
4 changes: 2 additions & 2 deletions studio/.env.example
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
SANITY_STUDIO_PROJECT_ID="r0z1eifg"
SANITY_STUDIO_DATASET="clean-dev"
SANITY_STUDIO_PROJECT_ID="qfrmq8mg"
SANITY_STUDIO_DATASET="production"
SANITY_STUDIO_PREVIEW_URL="http://localhost:3000"

0 comments on commit 5b43ffd

Please sign in to comment.