Browse Source

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

vanilla_orig
Aakansha Doshi 3 years ago
parent
commit
94519c8250
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      vercel.json

+ 1
- 1
vercel.json View File

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

Loading…
Cancel
Save