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: [