mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
14 lines
255 B
JSON
14 lines
255 B
JSON
{
|
|
"rewrites": [
|
|
{
|
|
"source": "/:path*",
|
|
"has": [
|
|
{
|
|
"type": "host",
|
|
"value": "carbon-svelte.vercel.app"
|
|
}
|
|
],
|
|
"destination": "https://carbon-components-svelte.onrender.com/:path*"
|
|
}
|
|
]
|
|
}
|