Skip to content

Commit

Permalink
choworks config fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tmanundercover committed Dec 12, 2023
1 parent 78115b4 commit ee67e21
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions sanityIo/sanity.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import schemas from './schemas/schema'
import {visionTool} from "@sanity/vision";

export default defineConfig({
title: "The Handsomest Nerd",
projectId: "e5l5k4i5",
title: "Chow Works Website",
projectId: "rhjxlvuj",
dataset: "development",
plugins: [deskTool(), visionTool()],
schema: {
Expand Down
8 changes: 4 additions & 4 deletions sanityIo/sanity.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"root": true,
"api": {
"projectId": "e5l5k4i5",
"projectId": "rhjxlvuj",
"dataset": "production"
},
"project": {
"name": "The handsomest Nerd Website"
"name": "Chow Works Website"
},
"__experimental_spaces": [
{
"name": "production",
"title": "Production",
"api": {
"projectId": "e5l5k4i5",
"projectId": "rhjxlvuj",
"dataset": "production"
}
},
Expand All @@ -21,7 +21,7 @@
"title": "Development",
"default": true,
"api": {
"projectId": "e5l5k4i5",
"projectId": "rhjxlvuj",
"dataset": "development"
}
}
Expand Down

0 comments on commit ee67e21

Please sign in to comment.