Skip to content

Commit 0eb6197

Browse files
committed
fix: improve SvelteKit redirects
1 parent 3f327ef commit 0eb6197

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)