Skip to content

Commit

Permalink
feat: add github join redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
Chicken committed Dec 16, 2022
1 parent 4bed04d commit 49543b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vercel.json
Original file line number Diff line number Diff line change
@@ -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" }
]
}

1 comment on commit 49543b3

@vercel
Copy link

@vercel vercel bot commented on 49543b3 Dec 16, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.