We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a43d7b1 commit 8eab85eCopy full SHA for 8eab85e
.lighthouserc.json
@@ -3,16 +3,16 @@
3
"collect": {
4
"numberOfRuns": 1,
5
"settings": {
6
- "preset": "desktop"
+ "preset": "desktop",
7
+ "skipAudits": ["is-crawlable"]
8
}
9
},
10
"assert": {
11
"assertions": {
12
"categories:performance": ["warn", { "minScore": 0.9 }],
13
"categories:accessibility": ["warn", { "minScore": 0.9 }],
14
"categories:best-practices": ["warn", { "minScore": 0.9 }],
- "categories:seo": ["warn", { "minScore": 0.9 }],
15
- "is-crawlable": "off"
+ "categories:seo": ["warn", { "minScore": 0.9 }]
16
17
18
0 commit comments