feat: feedpress plus cleanup

This commit is contained in:
Cory Dransfeldt 2023-09-04 14:47:29 -07:00
parent cc0a934f88
commit 29d3042f63
16 changed files with 32 additions and 107 deletions

View file

@ -17,26 +17,25 @@ package = "@netlify/plugin-lighthouse"
# HEADERS
###
[[headers]]
for = "/feed.xml"
for = "/feeds/posts"
[headers.values]
Content-Type = "application/xml; charset=utf-8"
x-content-type-options = "nosniff"
[[headers]]
for = "/links.xml"
for = "/feeds/links"
[headers.values]
Content-Type = "application/xml; charset=utf-8"
x-content-type-options = "nosniff"
[[headers]]
for = "/books.xml"
for = "/feeds/books"
[headers.values]
Content-Type = "application/xml; charset=utf-8"
x-content-type-options = "nosniff"
[[headers]]
for = "/follow.xml"
for = "/feeds/follow"
[headers.values]
Content-Type = "application/xml; charset=utf-8"
x-content-type-options = "nosniff"