Parcourir la source

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

Aakansha Doshi il y a 3 ans
Parent
commit
94519c8250
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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"
     }
   ]
 }