File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -34,14 +34,6 @@ Then add the plugin to your `netlify.toml` configuration file:
34
34
[[plugins ]]
35
35
package = " @netlify/plugin-lighthouse"
36
36
37
- # optional, fails build when a category is below a threshold
38
- [plugins .inputs .thresholds ]
39
- performance = 0.9
40
- accessibility = 0.9
41
- best-practices = 0.9
42
- seo = 0.9
43
- pwa = 0.9
44
-
45
37
# optional, deploy the lighthouse report to a path under your site
46
38
[plugins .inputs .audits ]
47
39
output_path = " reports/lighthouse.html"
@@ -51,7 +43,7 @@ The lighthouse scores are automatically printed to the **Deploy log** in the Net
51
43
52
44
```
53
45
2:35:07 PM: ────────────────────────────────────────────────────────────────
54
- 2:35:07 PM: 2. onPostBuild command from @netlify/plugin-lighthouse
46
+ 2:35:07 PM: @netlify/plugin-lighthouse (onSuccess event)
55
47
2:35:07 PM: ────────────────────────────────────────────────────────────────
56
48
2:35:07 PM:
57
49
2:35:07 PM: Serving and scanning site from directory dist
You can’t perform that action at this time.
0 commit comments