Skip to content

Commit 35ac25e

Browse files
Tighten lighthouse thresholds (#211)
1 parent 5165924 commit 35ac25e

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

netlify.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010

1111
# optional, fails build when a category is below a threshold
1212
[plugins.inputs.thresholds]
13-
performance = 0.5
14-
accessibility = 0.9
15-
best-practices = 0.9
16-
seo = 0.9
13+
performance = 0.75
14+
accessibility = 0.95
15+
best-practices = 0.95
16+
seo = 0.95
1717
pwa = 0.2
1818

1919
# optional, deploy the lighthouse report to a path under your site

0 commit comments

Comments
 (0)