fix: webfinger

This commit is contained in:
Cory Dransfeldt 2024-06-10 11:32:54 -07:00
parent 9a11d229b6
commit 2d1d9dd9dd
No known key found for this signature in database
2 changed files with 1 additions and 5 deletions

View file

@ -1,35 +0,0 @@
---
permalink: ".well-known/webfinger"
eleventyExcludeFromCollections: true
dynamicPermalink: false
---
{
"subject": "acct:cory@social.lol",
"aliases": ["https://coryd.dev", "https://social.lol/@cory", "https://social.lol/users/cory"],
"links": [
{
"rel": "http://webfinger.net/rel/avatar",
"type": "image/webp",
"href": "https://cdn.coryd.dev/assets/avatar.png"
},
{
"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/cory"
},
{
"rel": "self",
"type": "application/activity+json",
"href": "https://social.lol/users/cory"
},
{
"rel": "http://ostatus.org/schema/1.0/subscribe",
"template": "social.lol/authorize_interaction?uri={uri}"
}
]
}