fix: add feed headers

This commit is contained in:
Cory Dransfeldt 2023-05-09 08:44:11 -07:00
parent 403b44b25a
commit b3ab989aad
No known key found for this signature in database

View file

@ -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",