Pārlūkot izejas kodu

fix: redirect excalidraw.com/about to for-webex.excalidraw.com (#4104)

Aakansha Doshi 3 gadi atpakaļ
vecāks
revīzija
94519c8250
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      vercel.json

+ 1 - 1
vercel.json

@@ -26,7 +26,7 @@
   "redirects": [
     {
       "source": "/webex/:match*",
-      "destination": "https://webex.excalidraw.com"
+      "destination": "https://for-webex.excalidraw.com"
     }
   ]
 }