Skip to content

Commit

Permalink
docs(examples): use vercel integration in cms-sanity
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Aug 8, 2022
1 parent 9f8713f commit 7c8f1bc
Show file tree
Hide file tree
Showing 35 changed files with 650 additions and 245 deletions.
4 changes: 1 addition & 3 deletions examples/cms-sanity/.env.local.example
@@ -1,5 +1,3 @@
NEXT_PUBLIC_SANITY_PROJECT_ID=
NEXT_PUBLIC_SANITY_DATASET=
SANITY_API_TOKEN=
SANITY_PREVIEW_SECRET=
SANITY_STUDIO_REVALIDATE_SECRET=
SANITY_API_READ_TOKEN=
6 changes: 6 additions & 0 deletions examples/cms-sanity/.gitignore
Expand Up @@ -2,6 +2,7 @@

# dependencies
/node_modules
/studio/node_modules
/.pnp
.pnp.js

Expand All @@ -14,6 +15,7 @@

# production
/build
/studio/dist

# misc
.DS_Store
Expand All @@ -34,3 +36,7 @@ yarn-error.log*
# typescript
*.tsbuildinfo
next-env.d.ts

# Env files created by scripts for working locally
.env
studio/.env.development

0 comments on commit 7c8f1bc

Please sign in to comment.