diff --git a/frontend/vercel.json b/frontend/vercel.json index 2e2651ddcb..d924b1a1e0 100644 --- a/frontend/vercel.json +++ b/frontend/vercel.json @@ -2,6 +2,6 @@ "rewrites": [ { "source": "/api/:match*", "destination": "https://unleash.herokuapp.com/api/:match*" }, { "source": "/logout", "destination": "https://unleash.herokuapp.com/logout" }, - { "source": "/auth", "destination": "https://unleash.herokuapp.com/auth" } + { "source": "/auth/:match*", "destination": "https://unleash.herokuapp.com/auth/:match*" } ] }