Nyxblog/netlify.toml

17 lines
359 B
TOML
Raw Normal View History

2018-01-25 21:12:48 -06:00
[build]
publish = "_site"
2022-03-03 17:14:08 -06:00
command = "npm run build"
2023-01-24 10:25:29 -06:00
[[plugins]]
package = "@netlify/plugin-lighthouse"
# optional, fails build when a category is below a threshold
[plugins.inputs.thresholds]
performance = 1.0
accessibility = 1.0
best-practices = 1.0
seo = 1.0
[plugins.inputs]
output_path = "reports/lighthouse/index.html"