forked from theHandsomestNerd/mixed-feelings-by-t
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0940f40
commit b16e31d
Showing
8 changed files
with
365 additions
and
170 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
{ | ||
"root": true, | ||
"api": { | ||
"projectId": "e5l5k4i5", | ||
"dataset": "production" | ||
}, | ||
"project": { | ||
"name": "The handsomest Nerd Website" | ||
}, | ||
"__experimental_spaces": [ | ||
{ | ||
"name": "production", | ||
"title": "Production", | ||
"api": { | ||
"projectId": "e5l5k4i5", | ||
"dataset": "production" | ||
} | ||
}, | ||
{ | ||
"name": "development", | ||
"title": "Development", | ||
"default": true, | ||
"api": { | ||
"projectId": "e5l5k4i5", | ||
"dataset": "development" | ||
} | ||
} | ||
], | ||
"plugins": [ | ||
"@sanity/base", | ||
"@sanity/components", | ||
"@sanity/default-layout", | ||
"@sanity/default-login", | ||
"@sanity/desk-tool", | ||
"color-list", | ||
"@sanity/code-input", | ||
"json-input", | ||
"media" | ||
], | ||
"env": { | ||
"development": { | ||
"plugins": [ | ||
"@sanity/vision" | ||
] | ||
} | ||
}, | ||
"parts": [ | ||
{ | ||
"name": "part:@sanity/base/schema", | ||
"path": "./schemas/schema" | ||
}, | ||
{ | ||
"name": "part:@sanity/desk-tool/structure", | ||
"path": "./parts/deskStructure.js" | ||
}, | ||
{ | ||
"implements": "part:@sanity/form-builder/input/image/asset-sources", | ||
"path": "./parts/assetSources.js" | ||
}, | ||
{ | ||
"implements": "part:@sanity/form-builder/input/file/asset-sources", | ||
"path": "./parts/assetSources.js" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters