Skip to content

Commit

Permalink
config fixes for chowworks
Browse files Browse the repository at this point in the history
  • Loading branch information
tmanundercover committed Dec 7, 2023
1 parent 2435cfc commit 64db968
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .firebaserc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"projects": {
"the-handsomest-nerd-internal": "the-handsomest-nerd-internal"
"chowworks-website": "chowworks-website"
},
"targets": {},
"etags": {}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "the-handsomestnerd-internal",
"name": "chowworks-website",
"version": "0.5.0",
"license": "GPL-3.0-or-later",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion sanityIo/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "the-handsomest-nerd-sanity",
"name": "chow-works-sanity",
"private": true,
"version": "0.5.0",
"description": "Sanity CMS for React Website Builder",
Expand Down
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 64db968

Please sign in to comment.