Browse Source

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

pull/4104/head
David Luzar 4 years ago committed by GitHub
parent
commit
add8a1b1a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      vercel.json

4
vercel.json

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

Loading…
Cancel
Save