From add8a1b1a751e8eba47ab786125683c131173246 Mon Sep 17 00:00:00 2001 From: David Luzar Date: Tue, 26 Oct 2021 16:02:30 +0200 Subject: [PATCH] fix: redirect to webex LP instead of rewrite to fix SW (#4103) --- vercel.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" } ] }