From 2f0e77536e6b83b2af56a289a84f4e6d46e74cf7 Mon Sep 17 00:00:00 2001 From: Daniel Kempkens Date: Tue, 29 Nov 2022 18:11:25 +0100 Subject: [PATCH] Add webfinger redirect --- content/_redirects | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/_redirects b/content/_redirects index df5c644..0652529 100644 --- a/content/_redirects +++ b/content/_redirects @@ -1,2 +1,3 @@ -/.well-known/webfinger?resource=:res https://mastodon.kempkens.io/.well-known/webfinger?resource=:res 301 +/.well-known/host-meta https://mastodon.kempkens.io/.well-known/host-meta 301 +/.well-known/webfinger https://mastodon.kempkens.io/.well-known/webfinger 301 /.well-known/webfinger/* https://mastodon.kempkens.io/.well-known/webfinger/:splat 301