File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Run the command in your Terminal to initialize this template on your local compu
25
25
See the documentation if you are [ having issues with the CLI] ( https://www.sanity.io/help/cli-errors ) .
26
26
27
27
``` shell
28
- npm create sanity@latest -- --template sanity-template-sveltekit-clean
28
+ npm create sanity@latest -- --template sanity-io/sanity- template-sveltekit-clean
29
29
```
30
30
31
31
#### 2. Run the application and Sanity Studio
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ export const projectId = process.env.SANITY_STUDIO_PROJECT_ID!
9
9
export const dataset = process . env . SANITY_STUDIO_DATASET !
10
10
11
11
export default defineConfig ( {
12
- name : 'project-name ' ,
13
- title : 'Project Name ' ,
12
+ name : 'sanity-template-sveltekit-clean ' ,
13
+ title : 'Clean SvelteKit + Sanity app ' ,
14
14
projectId,
15
15
dataset,
16
16
plugins : [
You can’t perform that action at this time.
0 commit comments