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

14 lines
231 B
JSON

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