chore: add rss for follow feed
This commit is contained in:
parent
db104f6c60
commit
75ad22fb70
6 changed files with 124 additions and 14 deletions
13
vercel.json
13
vercel.json
|
@ -29,6 +29,19 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"source": "/follow.xml",
|
||||
"headers": [
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/xml; charset=utf-8 # not application/rss+xml"
|
||||
},
|
||||
{
|
||||
"key": "x-content-type-options",
|
||||
"value": "nosniff"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"source": "/.well-known/webfinger",
|
||||
"headers": [
|
||||
|
|
Reference in a new issue