File tree Expand file tree Collapse file tree 4 files changed +8
-1
lines changed
Expand file tree Collapse file tree 4 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 22< html >
33 < head >
44 < meta charset ="utf-8 ">
5- < title > Untitled SvelteKit app</ title >
65 < link rel ="icon " href ="%sveltekit.assets%/favicon.png ">
76 < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
87 < style >
Original file line number Diff line number Diff line change 1+ // you may want to disable ssr
2+ // export const ssr = false
Original file line number Diff line number Diff line change 1+ <svelte:head >
2+ <title >Untitled SvelteKit app</title >
3+ </svelte:head >
4+
15<slot ></slot >
Original file line number Diff line number Diff line change 11{
22 "extends" : " ./.svelte-kit/tsconfig.json" ,
3+ // see the original compilerOptions included in the official template in
4+ // tsconfigs/tsconfig.app.json
35 "references" : [
46 { "path" : " ./tsconfigs/tsconfig.app.json" },
57 { "path" : " ./tsconfigs/tsconfig.vitest.json" },
You can’t perform that action at this time.
0 commit comments