We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5050a15 commit f67bd2aCopy full SHA for f67bd2a
1 file changed
lighthouserc.json
@@ -13,8 +13,8 @@
13
"render-blocking-resources": "off",
14
"uses-rel-preload": "off",
15
"first-contentful-paint": ["error", {"maxNumbericValue": 1000}],
16
- "first-meaningful-paint": ["warn", {"minScore": 0.8}],
17
- "largest-contentful-paint": ["warn", {"minScore": 0.8}],
+ "first-meaningful-paint": ["error", {"maxNumericValue": 1000}],
+ "largest-contentful-paint": ["error", {"maxNumericValue": 1000}],
18
"deprecations": "off",
19
"csp-xss": "off"
20
}
0 commit comments