diff --git a/frontend/vercel.json b/frontend/vercel.json index afb381a2a9..9364a961e7 100644 --- a/frontend/vercel.json +++ b/frontend/vercel.json @@ -1,15 +1,15 @@ { "rewrites": [ { - "source": "/selfhosted/api/:match*", + "source": "/api/:match*", "destination": "https://sandbox.getunleash.io/selfhosted/api/:match*" }, { - "source": "/selfhosted/logout", + "source": "/logout", "destination": "https://sandbox.getunleash.io/selfhosted/logout" }, { - "source": "/selfhosted/auth/:match*", + "source": "/auth/:match*", "destination": "https://sandbox.getunleash.io/selfhosted/auth/:match*" }, { "source": "/(.*)", "destination": "/index.html" }