File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 10
10
"sourceMap" : true ,
11
11
"strict" : true
12
12
}
13
- // Path aliases are handled by https://kit. svelte.dev/docs/configuration#alias and https://kit. svelte.dev/docs/configuration#files
13
+ // Path aliases are handled by https://svelte.dev/docs/kit/ configuration#alias and https://svelte.dev/docs/kit /configuration#files
14
14
//
15
15
// If you want to overwrite includes/excludes, make sure to copy over the relevant includes/excludes
16
16
// from the referenced tsconfig.json - TypeScript does not merge them in
Original file line number Diff line number Diff line change 1
- // See https://kit. svelte.dev/docs/types#app
1
+ // See https://svelte.dev/docs/kit/ types#app.d.ts
2
2
// for information about these interfaces
3
3
declare global {
4
4
namespace App {
Original file line number Diff line number Diff line change 1
1
<h1 >Welcome to SvelteKit</h1 >
2
- <p >Visit <a href =" https://kit. svelte.dev" >kit. svelte.dev</a > to read the documentation</p >
2
+ <p >Visit <a href =" https://svelte.dev/docs/kit " > svelte.dev/docs/kit </a > to read the documentation</p >
You can’t perform that action at this time.
0 commit comments