From 49543b3e6e161cdb66b5228536cd874c155f5dee Mon Sep 17 00:00:00 2001 From: Antti Date: Fri, 16 Dec 2022 09:48:49 +0200 Subject: [PATCH] feat: add github join redirect --- vercel.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vercel.json b/vercel.json index bc0cece2..d41dd9d0 100644 --- a/vercel.json +++ b/vercel.json @@ -1,6 +1,7 @@ { "redirects": [ { "source": "/link/(.*)", "destination": "https://link.testausserveri.fi/$1" }, - { "source": "/.well-known/webfinger", "destination": "https://mastodon.testausserveri.fi/.well-known/webfinger" } + { "source": "/.well-known/webfinger", "destination": "https://mastodon.testausserveri.fi/.well-known/webfinger" }, + { "source": "/github", "destination": "https://api.testausserveri.fi/v1/github/authorize" } ] }