Skip to content

Commit

Permalink
fix: redirect to webex LP instead of rewrite to fix SW
Browse files Browse the repository at this point in the history
  • Loading branch information
dwelle committed Oct 26, 2021
1 parent 516e765 commit 1f97492
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
]
}
],
"rewrites": [
"redirects": [
{
"source": "/webex/:match*",
"destination": "https://excalidraw-webex-lp.vercel.app/:match*"
"destination": "https://webex.excalidraw.com"
}
]
}

0 comments on commit 1f97492

Please sign in to comment.