mirror of https://github.com/sveltejs/svelte
parent
0fd1a45131
commit
36128f6386
@ -1,5 +1,8 @@
|
||||
{
|
||||
"$schema": "http://openapi.vercel.sh/vercel.json",
|
||||
"outputDirectory": "sites/svelte-5-preview/.vercel",
|
||||
"buildCommand": "cd ../../ && pnpm build && (pnpm test-output || true) && pnpm preview-site"
|
||||
"buildCommand": "cd ../../ && pnpm build && (pnpm test-output || true) && pnpm preview-site",
|
||||
"redirects": [
|
||||
{ "source": "/", "destination": "https://svelte.dev/", "permanent": true }
|
||||
]
|
||||
}
|
||||
|
||||
Loading…
Reference in new issue