We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fd1a45 commit 36128f6Copy full SHA for 36128f6
sites/svelte-5-preview/vercel.json
@@ -1,5 +1,8 @@
1
{
2
"$schema": "http://openapi.vercel.sh/vercel.json",
3
"outputDirectory": "sites/svelte-5-preview/.vercel",
4
- "buildCommand": "cd ../../ && pnpm build && (pnpm test-output || true) && pnpm preview-site"
+ "buildCommand": "cd ../../ && pnpm build && (pnpm test-output || true) && pnpm preview-site",
5
+ "redirects": [
6
+ { "source": "/", "destination": "https://svelte.dev/", "permanent": true }
7
+ ]
8
}
0 commit comments