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

This commit is contained in:
David Luzar
2021-10-26 16:02:30 +02:00
committed by GitHub
parent 516e7656f3
commit add8a1b1a7

View File

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