mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
Update vercel.json
This commit is contained in:
parent
907992390e
commit
f0c92a8bd0
1 changed files with 14 additions and 13 deletions
27
vercel.json
27
vercel.json
|
@ -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*"
|
||||||
]
|
}
|
||||||
}
|
]
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue