From 93c7586e02abd5094d0543f3e80479836a34bd44 Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Sat, 23 Dec 2023 15:57:27 -0800 Subject: [PATCH] Update destination to use vanity URL --- vercel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vercel.json b/vercel.json index a8437216..32cdf7ea 100644 --- a/vercel.json +++ b/vercel.json @@ -2,7 +2,7 @@ "redirects": [ { "source": "/:path*", - "destination": "https://carbon-components-svelte.onrender.com/:path*", + "destination": "https://svelte.carbondesignsystem.com/:path*", "permanent": true } ]