We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0adb606 commit 725a92aCopy full SHA for 725a92a
netlify.toml
@@ -4,3 +4,18 @@
4
5
[[plugins]]
6
package = "netlify-plugin-checklinks"
7
+
8
+[[plugins]]
9
+ package = "@netlify/plugin-lighthouse"
10
11
+ # optional, fails build when a category is below a threshold
12
+ [plugins.inputs.thresholds]
13
+ performance = 0.75
14
+ accessibility = 0.95
15
+ best-practices = 0.95
16
+ seo = 0.95
17
+ pwa = 0.2
18
19
+ # optional, deploy the lighthouse report to a path under your site
20
+ [plugins.inputs]
21
+ output_path = "reports/lighthouse.html"
0 commit comments