We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fd85608 + ca7acac commit 41e260aCopy full SHA for 41e260a
1 file changed
lighthouserc.json
@@ -1,10 +1,7 @@
1
{
2
"ci": {
3
"collect": {
4
- "url": [
5
- "http://localhost:4000/?prefers-color-scheme=light",
6
- "http://localhost:4000/?prefers-color-scheme=dark"
7
- ],
+ "url": ["http://localhost:4000/?prefers-color-scheme=light", "http://localhost:4000/?prefers-color-scheme=dark"],
8
"startServerCommand": "cd docs && bundle exec jekyll serve"
9
},
10
"assert": {
@@ -16,7 +13,8 @@
16
13
"uses-rel-preload": "off",
17
14
"first-contentful-paint": ["warn", {"minScore": 0.8}],
18
15
"first-meaningful-paint": ["warn", {"minScore": 0.8}],
19
- "largest-contentful-paint": ["warn", {"minScore": 0.8}]
+ "largest-contentful-paint": ["warn", {"minScore": 0.8}],
+ "deprecations": "off"
20
}
21
22
"upload": {
0 commit comments