diff --git a/vercel.json b/vercel.json index 75a3de25..6c9b702d 100644 --- a/vercel.json +++ b/vercel.json @@ -23,10 +23,10 @@ ] } ], - "rewrites": [ + "redirects": [ { "source": "/webex/:match*", - "destination": "https://excalidraw-webex-lp.vercel.app/:match*" + "destination": "https://webex.excalidraw.com" } ] }