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

This commit is contained in:
Aakansha Doshi 2021-10-26 20:31:05 +05:30 committed by GitHub
parent add8a1b1a7
commit 94519c8250
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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