Skip to main content

Sanity Configuration Updates

To re-deploy the SANITY configuration

  1. Open Project in VS Code
  2. Run NPM INSTALL
npm install
  1. Make sure you have the sanity CLI installed
npm i -g @sanity/cli
  1. Login to Sanity in your terminal window
sanity login
>> email / passoword
>> login using the browser link it suggests
  1. Navigate to the ./sanity folder in your terminal
  2. Run NPM INSTALL in this folder
npm install
  1. Run the sanity deploy comman
cd ./sanity
sanity deploy

All Set! Should be synced with SANITY.IO now