Skip to content

Commit

Permalink
Increase largest-contentful-paint maxNumericValue to 20080 (#4099)
Browse files Browse the repository at this point in the history
  • Loading branch information
christinach authored Aug 2, 2024
1 parent 855ba37 commit 3c2694e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lighthouserc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module.exports = {
ci: {
assert: {
assertions: {
'largest-contentful-paint': ['error', { maxNumericValue: 20000 }],
'largest-contentful-paint': ['error', { maxNumericValue: 20080 }],
},
},
collect: {
Expand Down

0 comments on commit 3c2694e

Please sign in to comment.