From 8a028cc90e42bdb86ed2bfdf5cc6447356125849 Mon Sep 17 00:00:00 2001 From: KenJonesPizza Date: Tue, 10 Dec 2024 16:20:29 -0600 Subject: [PATCH] Update template init script and sanity studio name & title --- README.md | 2 +- studio/sanity.config.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 260f4d2..9847e6d 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Run the command in your Terminal to initialize this template on your local compu See the documentation if you are [having issues with the CLI](https://www.sanity.io/help/cli-errors). ```shell -npm create sanity@latest -- --template sanity-template-sveltekit-clean +npm create sanity@latest -- --template sanity-io/sanity-template-sveltekit-clean ``` #### 2. Run the application and Sanity Studio diff --git a/studio/sanity.config.ts b/studio/sanity.config.ts index aac0054..290de22 100644 --- a/studio/sanity.config.ts +++ b/studio/sanity.config.ts @@ -9,8 +9,8 @@ export const projectId = process.env.SANITY_STUDIO_PROJECT_ID! export const dataset = process.env.SANITY_STUDIO_DATASET! export default defineConfig({ - name: 'project-name', - title: 'Project Name', + name: 'sanity-template-sveltekit-clean', + title: 'Clean SvelteKit + Sanity app', projectId, dataset, plugins: [