mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +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": [
|
||||
{
|
||||
"source": "/:path*",
|
||||
"has": [
|
||||
{
|
||||
"type": "host",
|
||||
"value": "carbon-components-svelte.onrender.com"
|
||||
}
|
||||
],
|
||||
"destination": "/:path*"
|
||||
}
|
||||
]
|
||||
}
|
||||
"rewrites": [
|
||||
{ "source": "/*", "destination": "/index.html" },
|
||||
{
|
||||
"source": "/:path*",
|
||||
"has": [
|
||||
{
|
||||
"type": "host",
|
||||
"value": "carbon-components-svelte.onrender.com"
|
||||
}
|
||||
],
|
||||
"destination": "/:path*"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue