mirror of
https://github.com/tjsga/website-sanity.git
synced 2025-04-08 13:30:17 -04:00
35 lines
591 B
JSON
35 lines
591 B
JSON
{
|
|
"root": true,
|
|
"project": {
|
|
"name": "TJ SGA Website"
|
|
},
|
|
"api": {
|
|
"projectId": "yi263kzm",
|
|
"dataset": "production"
|
|
},
|
|
"plugins": [
|
|
"@sanity/base",
|
|
"@sanity/components",
|
|
"@sanity/default-layout",
|
|
"@sanity/default-login",
|
|
"@sanity/desk-tool"
|
|
],
|
|
"env": {
|
|
"development": {
|
|
"plugins": [
|
|
"@sanity/vision"
|
|
]
|
|
}
|
|
},
|
|
"parts": [
|
|
{
|
|
"name": "part:@sanity/base/schema",
|
|
"path": "./schemas/schema"
|
|
},
|
|
{
|
|
"name": "part:@sanity/desk-tool/structure",
|
|
"path": "./sanity-structure.js"
|
|
}
|
|
]
|
|
}
|