Skip to content

Commit 0217d1e

Browse files
committed
tweak error conditions for lighthouse
1 parent 7a23d01 commit 0217d1e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

lighthouserc.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
"uses-text-compression": "off",
1313
"render-blocking-resources": "off",
1414
"uses-rel-preload": "off",
15-
"first-contentful-paint": ["error", {"maxNumbericValue": 2000}],
16-
"first-meaningful-paint": ["error", {"maxNumericValue": 2000}],
17-
"largest-contentful-paint": ["error", {"maxNumericValue": 2200}],
15+
"first-contentful-paint": ["error", {"minScore": 0.6}],
16+
"first-meaningful-paint": ["error", {"maxNumericValue": 3000}],
17+
"largest-contentful-paint": ["error", {"maxNumericValue": 3000}],
1818
"deprecations": "off",
1919
"csp-xss": "off"
2020
}

0 commit comments

Comments
 (0)