This repository has been archived on 2025-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
coryd.dev-eleventy/netlify.toml

57 lines
No EOL
1.1 KiB
TOML

###
# PLUGINS
###
[[plugins]]
package = "@netlify/plugin-lighthouse"
[plugins.inputs]
output_path = "reports/lighthouse/index.html"
###
# URLs
###
[build.processing.html]
pretty_urls = true
###
# HEADERS
###
[[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 = "/follow.xml"
[headers.values]
Content-Type = "application/xml; charset=utf-8"
x-content-type-options = "nosniff"
[[headers]]
for = "/.well-known/webfinger"
[headers.values]
Content-Type = "application/jrd+json; charset=utf-8"
[[headers]]
for = "/.well-known/gpc.json"
[headers.values]
Content-Type = "application/jrd+json; charset=utf-8"
[[headers]]
for = "/.well-known/traffic-advice"
[headers.values]
Content-Type = "application/trafficadvice+json"
[[headers]]
for = "/contribute.json"
[headers.values]
Content-Type = "application/json"