Skip to content

Commit 0a5faa3

Browse files
authored
fix: improve SvelteKit redirects (#583)
1 parent ef45777 commit 0a5faa3

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

apps/kit.svelte.dev/vercel.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,15 @@
88
},
99
{
1010
"source": "/docs/modules",
11-
"destination": "https://svelte.dev/docs/kit/@sveltejs-kit",
12-
"permanent": true
11+
"destination": "https://svelte.dev/docs/kit/@sveltejs-kit"
1312
},
1413
{
1514
"source": "/docs/types",
16-
"destination": "https://svelte.dev/docs/kit/@sveltejs-kit",
15+
"destination": "https://svelte.dev/docs/kit/@sveltejs-kit"
16+
},
17+
{
18+
"source": "/docs",
19+
"destination": "https://svelte.dev/docs/kit",
1720
"permanent": true
1821
},
1922
{

0 commit comments

Comments
 (0)