- ikefakis/react-polaroid-photo-deck, which is based on an example of pmndrs/use-gesture.
- Indi Harris – one-page personal site designed by Jordan Hughes®
- BettershotZ demo
Feel free to fork this repo and deploy your own version. Note that there should be two projects deployed on Vercel: the App project (located in packages/app
directory) and the Santiy studio project (located in packages/studio
) for content management.
- Set following environment variable to both of your Vercel projects:
SANITY_STUDIO_PROJECT_ID=
- Set the following environment variable to your App project, so that Vercel Edge function rewrites requests start with
/studio
to the Sanity studio site you deployed. Note that you should replace the value to your own domin:
SANITY_STUDIO_SITE_DOMAIN=https://some-sanity-studio.vercel.app
- Optionally, if you want Nuxt project to proxy all Santiy image assets requests, you can set the following environment variable:
NUXT_PUBLIC_SANITY_IMAGE_BASE_URL=https://www.example.com/sanity-image # replace the domain name part to your own