Skip to content
This repository has been archived by the owner on May 7, 2023. It is now read-only.

Sanity Studio (CMS) configuration for MAS website

Notifications You must be signed in to change notification settings

mactuary/MAS-Website-Sanity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MAS Website Sanity Configuration

MAS Website sanity studio configuration.

How to Start

Start studio locally:

sanity start

Deploy studio config:

sanity deploy

Query

Query for Meet The Team page:

*[_type=="team"]{name, role, bio, headshot, "headshot": headshot.asset->url, order} | order(order asc)
  • | order(order asc) reflects the doc order

About

Sanity Studio (CMS) configuration for MAS website

Resources

Stars

Watchers

Forks