Skip to content

Commit 706fca7

Browse files
authored
redirect preview site (#547)
1 parent 99e12c3 commit 706fca7

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
https://svelte-5-preview.vercel.app was the preview site for https://svelte.dev, now its deployment just ensures that we redirect to the corresponding pages on https://svelte.dev
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"$schema": "https://openapi.vercel.sh/vercel.json",
3+
"redirects": [
4+
{
5+
"source": "/",
6+
"destination": "https://svelte.dev/playground/untitled"
7+
},
8+
{
9+
"source": "/docs/(.*)",
10+
"destination": "https://svelte.dev/docs/svelte"
11+
},
12+
{
13+
"source": "/(.*)",
14+
"destination": "https://svelte.dev"
15+
}
16+
]
17+
}

0 commit comments

Comments
 (0)