From ecc1c7078e0c68204f6a1549949b5e310332b5ac Mon Sep 17 00:00:00 2001 From: vaporvee Date: Wed, 6 Aug 2025 17:11:09 +0200 Subject: [PATCH] added working default values for sanity project --- template/nx.json | 3 +-- template/packages/sanity-connection/index.ts | 10 +++++----- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/template/nx.json b/template/nx.json index 4bee188..79f2856 100644 --- a/template/nx.json +++ b/template/nx.json @@ -56,7 +56,7 @@ "cache": true }, "deploy": { - "cache": true + "cache": false }, "generate": { "inputs": ["sanitySchema"], @@ -114,7 +114,6 @@ "lint", "check", "generate", - "deploy", "format" ], "parallel": 4 diff --git a/template/packages/sanity-connection/index.ts b/template/packages/sanity-connection/index.ts index 599dda1..6de1846 100644 --- a/template/packages/sanity-connection/index.ts +++ b/template/packages/sanity-connection/index.ts @@ -1,9 +1,9 @@ export const sanityConnection = { pageTitle: "lumify template", - publicViewerToken: "skIwDMWqhZ3YBpwVE4abnq3JsW0Ncru5rTbYbE1Qwa5aSIOT0mzktYHUKAowoneBQix1fxuAB9yYzQFkKuhA4tByjELI0i9pRCko8cxnseXOW36hWFwUnY57GKyhCQnWCB5Ky4YlwXRJWnXfygfk0by87R7hTQigMy0bNs0gDgwCu2a4JoEl", - studioHost: "web-svelte", - studioUrl: "https://web-svelte.sanity.studio", // normaly https://.sanity.studio - projectId: "mp2psn1f", + publicViewerToken: "skC2bGanXZGHQoerK2vIkyfo7Bl9dgYgCrHSHNPnnsO81e64HLLtExpg84NaUkkWTtd1oJ4QBqa5qn6MrezYAEPYXjgfV6MrtFr1LqEz1BKQaO3uZHHJlSfwHndTveDUWp4MbgeYj7CTsPlN7SWDVwP6P6JLodSYmEyoTN7eiE06e2FlogbM", + studioHost: "vaporvee-test", + studioUrl: "https://vaporvee-test.sanity.studio", // normaly https://.sanity.studio + projectId: "z0kf0epx", previewUrl: "http://localhost:5173", dataset: "production", // leave as "production" for the main dataset -}; +};//leck mich \ No newline at end of file