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

14 lines
223 B
JSON

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