Skip to content

Commit c2daeae

Browse files
committed
apply readme improvements from review
1 parent acd78ec commit c2daeae

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,6 @@ Then add the plugin to your `netlify.toml` configuration file:
3434
[[plugins]]
3535
package = "@netlify/plugin-lighthouse"
3636

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-
4537
# optional, deploy the lighthouse report to a path under your site
4638
[plugins.inputs.audits]
4739
output_path = "reports/lighthouse.html"
@@ -51,7 +43,7 @@ The lighthouse scores are automatically printed to the **Deploy log** in the Net
5143

5244
```
5345
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)
5547
2:35:07 PM: ────────────────────────────────────────────────────────────────
5648
2:35:07 PM:
5749
2:35:07 PM: Serving and scanning site from directory dist

0 commit comments

Comments
 (0)