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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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