mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
Create vercel.json
This commit is contained in:
parent
c4490fc86c
commit
907992390e
1 changed files with 14 additions and 0 deletions
14
vercel.json
Normal file
14
vercel.json
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
{
|
||||||
|
"rewrites": [
|
||||||
|
{
|
||||||
|
"source": "/:path*",
|
||||||
|
"has": [
|
||||||
|
{
|
||||||
|
"type": "host",
|
||||||
|
"value": "carbon-components-svelte.onrender.com"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"destination": "/:path*"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue