Browse Source

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

David Luzar 3 years ago
parent
commit
add8a1b1a7
1 changed files with 2 additions and 2 deletions
  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"
     }
   ]
 }