소스 검색

fix: redirect to webex LP instead of rewrite to fix SW (#4103)

David Luzar 3 년 전
부모
커밋
add8a1b1a7
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      vercel.json

+ 2 - 2
vercel.json

@@ -23,10 +23,10 @@
       ]
     }
   ],
-  "rewrites": [
+  "redirects": [
     {
       "source": "/webex/:match*",
-      "destination": "https://excalidraw-webex-lp.vercel.app/:match*"
+      "destination": "https://webex.excalidraw.com"
     }
   ]
 }