carbon-components-svelte/vercel.json
2023-12-23 15:57:27 -08:00

9 lines
157 B
JSON

{
"redirects": [
{
"source": "/:path*",
"destination": "https://svelte.carbondesignsystem.com/:path*",
"permanent": true
}
]
}