From 94519c825075232399b8da4dca2d40c16653fef8 Mon Sep 17 00:00:00 2001 From: Aakansha Doshi Date: Tue, 26 Oct 2021 20:31:05 +0530 Subject: [PATCH] fix: redirect excalidraw.com/about to for-webex.excalidraw.com (#4104) --- vercel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vercel.json b/vercel.json index 6c9b702d..316d4ce6 100644 --- a/vercel.json +++ b/vercel.json @@ -26,7 +26,7 @@ "redirects": [ { "source": "/webex/:match*", - "destination": "https://webex.excalidraw.com" + "destination": "https://for-webex.excalidraw.com" } ] }