浏览代码

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