From cd3c3affe447a02df2e1f1f33db5332e0c3b8eab Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Wed, 15 Mar 2023 18:08:37 -0700 Subject: [PATCH] drop duplicate file --- src/.well-known/webfinger | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 src/.well-known/webfinger diff --git a/src/.well-known/webfinger b/src/.well-known/webfinger deleted file mode 100644 index 2af4a7bc..00000000 --- a/src/.well-known/webfinger +++ /dev/null @@ -1,30 +0,0 @@ -{ - "subject": "acct:coryd@social.lol", - "aliases": ["https://coryd.dev", "https://social.lol/@coryd", "https://social.lol/users/coryd"], - "links": [ - { - "rel": "http://webfinger.net/rel/avatar", - "type": "image/webp", - "href": "https://coryd.dev/static/images/avatar.webp" - }, - { - "rel": "http://webfinger.net/rel/profile-page", - "type": "text/html", - "href": "https://coryd.dev" - }, - { - "rel": "http://webfinger.net/rel/profile-page", - "type": "text/html", - "href": "https://social.lol/users/coryd" - }, - { - "rel": "self", - "type": "application/activity+json", - "href": "https://social.lol/users/coryd" - }, - { - "rel": "http://ostatus.org/schema/1.0/subscribe", - "template": "social.lol/authorize_interaction?uri={uri}" - } - ] -}