fix: misc
This commit is contained in:
parent
745b374e3c
commit
355aa615b1
5 changed files with 13 additions and 21 deletions
|
@ -4,8 +4,8 @@ eleventyExcludeFromCollections: true
|
|||
dynamicPermalink: false
|
||||
---
|
||||
{
|
||||
"subject": "acct:coryd@social.lol",
|
||||
"aliases": ["https://coryd.dev", "https://social.lol/@coryd", "https://social.lol/users/coryd"],
|
||||
"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",
|
||||
|
@ -20,12 +20,12 @@ dynamicPermalink: false
|
|||
{
|
||||
"rel": "http://webfinger.net/rel/profile-page",
|
||||
"type": "text/html",
|
||||
"href": "https://social.lol/users/coryd"
|
||||
"href": "https://social.lol/users/cory"
|
||||
},
|
||||
{
|
||||
"rel": "self",
|
||||
"type": "application/activity+json",
|
||||
"href": "https://social.lol/users/coryd"
|
||||
"href": "https://social.lol/users/cory"
|
||||
},
|
||||
{
|
||||
"rel": "http://ostatus.org/schema/1.0/subscribe",
|
||||
|
|
Reference in a new issue