mirror of
https://github.com/PotentiaRobotics/website.git
synced 2025-04-11 07:50:18 -04:00
31 lines
482 B
JSON
31 lines
482 B
JSON
{
|
|
"root": true,
|
|
"project": {
|
|
"name": "studio"
|
|
},
|
|
"api": {
|
|
"projectId": "1wob9lyq",
|
|
"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"
|
|
}
|
|
]
|
|
}
|