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

15 lines
277 B
JSON

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