diff --git a/static/webfinger.json b/static/webfinger.json index 2fdca16..a232b46 100644 --- a/static/webfinger.json +++ b/static/webfinger.json @@ -1,35 +1,35 @@ { - "subject": "acct:seirdy@seirdy.one", - "aliases": [ - "mailto:seirdy@seirdy.one", - "https://seirdy.one/", + "subject": "acct:seirdy@seirdy.one", + "aliases": [ + "mailto:seirdy@seirdy.one", + "https://seirdy.one/", "matrix:u/seirdy:seirdy.one", "https://pleroma.envs.net/seirdy" - ], - "links": [ - { - "rel": "http://webfinger.net/rel/avatar", - "href": "https://seirdy.one/favicon192.png", - "type": "image/png" - }, - { - "rel": "http://webfinger.net/rel/profile-page", - "href": "https://seirdy.one/", - "type": "text/html" - }, - { - "rel": "http://webfinger.net/rel/profile-page", - "href": "https://pleroma.envs.net/seirdy", - "type": "text/html" - }, + ], + "links": [ + { + "rel": "http://webfinger.net/rel/avatar", + "href": "https://seirdy.one/favicon192.png", + "type": "image/png" + }, + { + "rel": "http://webfinger.net/rel/profile-page", + "href": "https://seirdy.one/", + "type": "text/html" + }, + { + "rel": "http://webfinger.net/rel/profile-page", + "href": "https://pleroma.envs.net/seirdy", + "type": "text/html" + }, { "rel": "pgpkey", - "type": "application/pgp-keys", - "href": "https://seirdy.one/publickey.asc", - "properties": { - "fingerprint": "AC6AF1F838DF3DCC2E47A6CF1E892DB2A5F84479", - "algorithm": "rsa4096" - } + "type": "application/pgp-keys", + "href": "https://seirdy.one/publickey.asc", + "properties": { + "fingerprint": "AC6AF1F838DF3DCC2E47A6CF1E892DB2A5F84479", + "algorithm": "rsa4096" + } } - ] + ] }