carbon-components-svelte/vercel.json
2022-01-24 09:57:08 -08:00

14 lines
255 B
JSON

{
"rewrites": [
{
"source": "/:path*",
"has": [
{
"type": "host",
"value": "carbon-svelte.vercel.app"
}
],
"destination": "https://carbon-components-svelte.onrender.com/:path*"
}
]
}