Skip to content

Commit 0426805

Browse files
authored
fix: redirect learn.svelte.dev homepage for svelte.dev/tutorial (sveltejs#568)
closes sveltejs#564
1 parent c931f0e commit 0426805

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

apps/learn.svelte.dev/vercel.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -569,6 +569,10 @@
569569
"source": "/tutorial/next-steps",
570570
"destination": "https://svelte.dev/tutorial/kit/next-steps"
571571
},
572+
{
573+
"source": "/",
574+
"destination": "https://svelte.dev/tutorial"
575+
},
572576
{
573577
"source": "/(.*)",
574578
"destination": "https://svelte.dev/$1"

0 commit comments

Comments
 (0)