Update vercel.json

This commit is contained in:
metonym 2022-01-24 09:46:51 -08:00
commit f0c92a8bd0

View file

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