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

14 lines
No EOL
248 B
JSON

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