fix: add feed headers
This commit is contained in:
parent
403b44b25a
commit
b3ab989aad
1 changed files with 28 additions and 0 deletions
28
vercel.json
28
vercel.json
|
@ -2,6 +2,34 @@
|
||||||
"github": {
|
"github": {
|
||||||
"silent": true
|
"silent": true
|
||||||
},
|
},
|
||||||
|
"headers": [
|
||||||
|
{
|
||||||
|
"source": "/feed.xml",
|
||||||
|
"headers": [
|
||||||
|
{
|
||||||
|
"key": "Content-Type",
|
||||||
|
"value": "application/xml; charset=utf-8 # not application/rss+xml"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "x-content-type-options",
|
||||||
|
"value": "nosniff"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"source": "/links.xml",
|
||||||
|
"headers": [
|
||||||
|
{
|
||||||
|
"key": "Content-Type",
|
||||||
|
"value": "application/xml; charset=utf-8 # not application/rss+xml"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "x-content-type-options",
|
||||||
|
"value": "nosniff"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
"rewrites": [
|
"rewrites": [
|
||||||
{
|
{
|
||||||
"source": "/.well-known/webfinger",
|
"source": "/.well-known/webfinger",
|
||||||
|
|
Reference in a new issue