diff --git a/vercel.json b/vercel.json index 9ad61e5f..f0b0b3fd 100644 --- a/vercel.json +++ b/vercel.json @@ -5,10 +5,10 @@ "has": [ { "type": "host", - "value": "https://carbon-components-svelte.onrender.com" + "value": "carbon-svelte.vercel.app" } ], - "destination": "/:path*" + "destination": "https://carbon-components-svelte.onrender.com/:path*" } ] }