fix: feeds
This commit is contained in:
parent
3b743d60f7
commit
7d7676b589
5 changed files with 8 additions and 11 deletions
|
@ -15,21 +15,18 @@ package = "@netlify/plugin-lighthouse"
|
|||
###
|
||||
[[headers]]
|
||||
for = "/feed.xml"
|
||||
|
||||
[headers.values]
|
||||
Content-Type = "application/xml; charset=utf-8"
|
||||
x-content-type-options = "nosniff"
|
||||
|
||||
[[headers]]
|
||||
for = "/links.xml"
|
||||
|
||||
[headers.values]
|
||||
Content-Type = "application/xml; charset=utf-8"
|
||||
x-content-type-options = "nosniff"
|
||||
|
||||
[[headers]]
|
||||
for = "/books.xml"
|
||||
|
||||
[headers.values]
|
||||
Content-Type = "application/xml; charset=utf-8"
|
||||
x-content-type-options = "nosniff"
|
||||
|
|
Reference in a new issue