Create vercel.json

This commit is contained in:
metonym 2022-01-24 09:44:41 -08:00
commit 907992390e

14
vercel.json Normal file
View file

@ -0,0 +1,14 @@
{
"rewrites": [
{
"source": "/:path*",
"has": [
{
"type": "host",
"value": "carbon-components-svelte.onrender.com"
}
],
"destination": "/:path*"
}
]
}