소스 검색

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"
     }
   ]
 }