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

Latest commit

 

History

History
20 lines (17 loc) · 439 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 439 Bytes

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