From c33e7001ed38938afc9a6dc9b216dc938b642f0b Mon Sep 17 00:00:00 2001 From: "David R. Myers" Date: Sat, 11 Feb 2023 05:22:23 -0500 Subject: [PATCH] Proxy auth requests to api.octo.app --- vercel.json | 1 + 1 file changed, 1 insertion(+) diff --git a/vercel.json b/vercel.json index fa437244..e9103c51 100644 --- a/vercel.json +++ b/vercel.json @@ -1,6 +1,7 @@ { "cleanUrls": true, "rewrites": [ + { "source": "/__/auth/(.*)", "destination": "https://api.octo.app/__/auth/*" }, { "source": "/(.*)", "destination": "/" } ], "trailingSlash": false