Skip to content

Commit 7a23d01

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

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": 1000}],
16-
"first-meaningful-paint": ["error", {"maxNumericValue": 1000}],
17-
"largest-contentful-paint": ["error", {"maxNumericValue": 1000}],
15+
"first-contentful-paint": ["error", {"maxNumbericValue": 2000}],
16+
"first-meaningful-paint": ["error", {"maxNumericValue": 2000}],
17+
"largest-contentful-paint": ["error", {"maxNumericValue": 2200}],
1818
"deprecations": "off",
1919
"csp-xss": "off"
2020
}

0 commit comments

Comments
 (0)