chore: update config
This commit is contained in:
parent
deccd24529
commit
65ecd22ff2
1 changed files with 2 additions and 5 deletions
|
@ -3,13 +3,11 @@
|
||||||
###
|
###
|
||||||
[[plugins]]
|
[[plugins]]
|
||||||
package = "netlify-plugin-cache"
|
package = "netlify-plugin-cache"
|
||||||
|
|
||||||
[plugins.inputs]
|
[plugins.inputs]
|
||||||
paths = [ ".cache", "./src/assets/img/cache" ]
|
paths = [ ".cache", "./src/assets/img/cache" ]
|
||||||
|
|
||||||
[[plugins]]
|
[[plugins]]
|
||||||
package = "@netlify/plugin-lighthouse"
|
package = "@netlify/plugin-lighthouse"
|
||||||
|
|
||||||
[plugins.inputs]
|
[plugins.inputs]
|
||||||
output_path = "reports/lighthouse/index.html"
|
output_path = "reports/lighthouse/index.html"
|
||||||
|
|
||||||
|
@ -53,14 +51,13 @@ for = "/links.xml"
|
||||||
[[headers]]
|
[[headers]]
|
||||||
for = "/follow.xml"
|
for = "/follow.xml"
|
||||||
|
|
||||||
[headers.values]
|
[headers.values]
|
||||||
Content-Type = "application/xml; charset=utf-8"
|
Content-Type = "application/xml; charset=utf-8"
|
||||||
x-content-type-options = "nosniff"
|
x-content-type-options = "nosniff"
|
||||||
|
|
||||||
[[headers]]
|
[[headers]]
|
||||||
for = "/.well-known/webfinger"
|
for = "/.well-known/webfinger"
|
||||||
|
[headers.values]
|
||||||
[headers.values]
|
|
||||||
Content-Type = "application/jrd+json; charset=utf-8"
|
Content-Type = "application/jrd+json; charset=utf-8"
|
||||||
|
|
||||||
###
|
###
|
||||||
|
|
Reference in a new issue