Ver Fonte

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

David Luzar há 3 anos atrás
pai
commit
add8a1b1a7
1 ficheiros alterados com 2 adições e 2 exclusões
  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"
     }
   ]
 }