Skip to content

Commit 36128f6

Browse files
committed
redirect
1 parent 0fd1a45 commit 36128f6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

sites/svelte-5-preview/vercel.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"$schema": "http://openapi.vercel.sh/vercel.json",
33
"outputDirectory": "sites/svelte-5-preview/.vercel",
4-
"buildCommand": "cd ../../ && pnpm build && (pnpm test-output || true) && pnpm preview-site"
4+
"buildCommand": "cd ../../ && pnpm build && (pnpm test-output || true) && pnpm preview-site",
5+
"redirects": [
6+
{ "source": "/", "destination": "https://svelte.dev/", "permanent": true }
7+
]
58
}

0 commit comments

Comments
 (0)