From 44eabb8d730cae1c68def6ebe41c27dfd9d2b998 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivar=20Conradi=20=C3=98sthus?= Date: Tue, 26 Oct 2021 23:31:09 +0200 Subject: [PATCH] fix: vercel mappings --- frontend/vercel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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*" } ] }