diff --git a/sanityIo/sanity.config.js b/sanityIo/sanity.config.js index 9c0a3320..2009464d 100644 --- a/sanityIo/sanity.config.js +++ b/sanityIo/sanity.config.js @@ -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: { diff --git a/sanityIo/sanity.json b/sanityIo/sanity.json index fb018c4c..46736d28 100644 --- a/sanityIo/sanity.json +++ b/sanityIo/sanity.json @@ -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" } }, @@ -21,7 +21,7 @@ "title": "Development", "default": true, "api": { - "projectId": "e5l5k4i5", + "projectId": "rhjxlvuj", "dataset": "development" } }