Browse Source
fix: redirect excalidraw.com/about to for-webex.excalidraw.com (#4104)
vanilla_orig
Aakansha Doshi
3 years ago
No account linked to committer's email address
1 changed files with
1 additions and
1 deletions
-
vercel.json
|
@@ -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
|
}
|