feat: activity pub plugin
This commit is contained in:
parent
b3ab989aad
commit
54475a70ea
5 changed files with 35 additions and 39 deletions
20
vercel.json
20
vercel.json
|
@ -28,12 +28,24 @@
|
|||
"value": "nosniff"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"rewrites": [
|
||||
},
|
||||
{
|
||||
"source": "/.well-known/webfinger",
|
||||
"destination": "/.well-known/webfinger.json"
|
||||
"headers": [
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/jrd+json; charset=utf-8"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"source": "/hi",
|
||||
"headers": [
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/activity+json; charset=utf-8"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"redirects": [
|
||||
|
|
Reference in a new issue