mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-17 11:11:25 +00:00
15 lines
277 B
JSON
15 lines
277 B
JSON
{
|
|
"rewrites": [
|
|
{ "source": "/*", "destination": "/index.html" },
|
|
{
|
|
"source": "/:path*",
|
|
"has": [
|
|
{
|
|
"type": "host",
|
|
"value": "carbon-components-svelte.onrender.com"
|
|
}
|
|
],
|
|
"destination": "/:path*"
|
|
}
|
|
]
|
|
}
|