From 5004e0f9e3674d1bb4ad2486d422b86facc647ad Mon Sep 17 00:00:00 2001 From: Daniel Kempkens Date: Tue, 29 Nov 2022 18:05:54 +0100 Subject: [PATCH] Add webfinger redirect --- content/_redirects | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/_redirects b/content/_redirects index 52fc88a..df5c644 100644 --- a/content/_redirects +++ b/content/_redirects @@ -1,2 +1,2 @@ -/.well-known/webfinger?* https://mastodon.kempkens.io/.well-known/webfinger?:splat 301 +/.well-known/webfinger?resource=:res https://mastodon.kempkens.io/.well-known/webfinger?resource=:res 301 /.well-known/webfinger/* https://mastodon.kempkens.io/.well-known/webfinger/:splat 301