Sanity Configuration Updates
To re-deploy the SANITY configuration
- Open Project in VS Code
- Run NPM INSTALL
npm install
- Make sure you have the sanity CLI installed
npm i -g @sanity/cli
- Login to Sanity in your terminal window
sanity login
>> email / passoword
>> login using the browser link it suggests
- Navigate to the ./sanity folder in your terminal
- Run NPM INSTALL in this folder
npm install
- Run the sanity deploy comman
cd ./sanity
sanity deploy
All Set! Should be synced with SANITY.IO now