瀏覽代碼

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

Aakansha Doshi 3 年之前
父節點
當前提交
94519c8250
共有 1 個文件被更改,包括 1 次插入1 次删除
  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"
     }
   ]
 }