Skip to content

Commit 8a028cc

Browse files
committed
Update template init script and sanity studio name & title
1 parent f76379a commit 8a028cc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Run the command in your Terminal to initialize this template on your local compu
2525
See the documentation if you are [having issues with the CLI](https://www.sanity.io/help/cli-errors).
2626

2727
```shell
28-
npm create sanity@latest -- --template sanity-template-sveltekit-clean
28+
npm create sanity@latest -- --template sanity-io/sanity-template-sveltekit-clean
2929
```
3030

3131
#### 2. Run the application and Sanity Studio

studio/sanity.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ export const projectId = process.env.SANITY_STUDIO_PROJECT_ID!
99
export const dataset = process.env.SANITY_STUDIO_DATASET!
1010

1111
export default defineConfig({
12-
name: 'project-name',
13-
title: 'Project Name',
12+
name: 'sanity-template-sveltekit-clean',
13+
title: 'Clean SvelteKit + Sanity app',
1414
projectId,
1515
dataset,
1616
plugins: [

0 commit comments

Comments
 (0)