Skip to content

Commit a43d7b1

Browse files
authored
ci: disable is-crawlable audit in Lighthouse
Signed-off-by: Matt Cowley <me@mattcowley.co.uk>
1 parent 2a2aa16 commit a43d7b1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.lighthouserc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"categories:performance": ["warn", { "minScore": 0.9 }],
1212
"categories:accessibility": ["warn", { "minScore": 0.9 }],
1313
"categories:best-practices": ["warn", { "minScore": 0.9 }],
14-
"categories:seo": ["warn", { "minScore": 0.9 }]
14+
"categories:seo": ["warn", { "minScore": 0.9 }],
15+
"is-crawlable": "off"
1516
}
1617
}
1718
}

0 commit comments

Comments
 (0)