Initial commit of Astro version
This commit is contained in:
commit
e3d1f6999b
79 changed files with 9880 additions and 0 deletions
28
public/.well-known/webfinger
Normal file
28
public/.well-known/webfinger
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"subject": "acct:BadManners@meow.social",
|
||||
"aliases": [
|
||||
"https://meow.social/@BadManners",
|
||||
"https://meow.social/users/BadManners"
|
||||
],
|
||||
"links": [
|
||||
{
|
||||
"rel": "http://webfinger.net/rel/profile-page",
|
||||
"type": "text/html",
|
||||
"href": "https://meow.social/@BadManners"
|
||||
},
|
||||
{
|
||||
"rel": "http://webfinger.net/rel/avatar",
|
||||
"type": "image/webp",
|
||||
"href": "https://badmanners.xyz/logo.webp"
|
||||
},
|
||||
{
|
||||
"rel": "self",
|
||||
"type": "application/activity+json",
|
||||
"href": "https://meow.social/users/BadManners"
|
||||
},
|
||||
{
|
||||
"rel": "http://ostatus.org/schema/1.0/subscribe",
|
||||
"template": "https://meow.social/authorize_interaction?uri={uri}"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue