66 lines
No EOL
1.2 KiB
TOML
66 lines
No EOL
1.2 KiB
TOML
###
|
|
# PLUGINS
|
|
###
|
|
[[plugins]]
|
|
package = "netlify-plugin-cache"
|
|
[plugins.inputs]
|
|
paths = [ "./src/assets/img/cache" ]
|
|
|
|
[[plugins]]
|
|
package = "@netlify/plugin-lighthouse"
|
|
[plugins.inputs]
|
|
output_path = "reports/lighthouse/index.html"
|
|
|
|
###
|
|
# OPTIMIZATION
|
|
###
|
|
[build.processing]
|
|
skip_processing = false
|
|
[build.processing.css]
|
|
bundle = true
|
|
minify = false
|
|
[build.processing.js]
|
|
bundle = true
|
|
minify = false
|
|
[build.processing.images]
|
|
compress = true
|
|
|
|
###
|
|
# 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" |