Skip to content

Sels13/test1

Repository files navigation

Important files and folders

File(s) Description
sanity.config.ts  Config file for Sanity Studio
sanity.cli.ts  Config file for Sanity CLI
/pages/studio/[[...index]].tsx  Where Sanity Studio is mounted
/pages/api/revalidate.ts  Serverless route for triggering ISR
/pages/api/draft.ts  Serverless route for triggering Draft mode
/schemas  Where Sanity Studio gets its content types from
/plugins  Where the advanced Sanity Studio customization is setup
/lib/sanity.api.ts,/lib/sanity.image.ts Configuration for the Sanity Content Lake client
/components/PreviewProvider.tsx Configuration for the live Preview Mode

installation

 git clone https://github.com/Sels13/test1.git

npx vercel link

npx vercel env pull

npm install && npm run dev