diff --git a/frontend/vercel.json b/frontend/vercel.json index 8d6957eeb2..59f1a8a539 100644 --- a/frontend/vercel.json +++ b/frontend/vercel.json @@ -2,15 +2,15 @@ "rewrites": [ { "source": "/api/:match*", - "destination": "https://unleash4.herokuapp.com/api/:match*" + "destination": "https://unleash.herokuapp.com/api/:match*" }, { "source": "/logout", - "destination": "https://unleash4.herokuapp.com/logout" + "destination": "https://unleash.herokuapp.com/logout" }, { "source": "/auth/:match*", - "destination": "https://unleash4.herokuapp.com/auth/:match*" + "destination": "https://unleash.herokuapp.com/auth/:match*" }, { "source": "/(.*)", "destination": "/index.html" } ]