Skip to content
This repository was archived by the owner on Apr 16, 2025. It is now read-only.

Commit 6f52a0f

Browse files
committed
fix: ignore crawlability
1 parent ef0c6d7 commit 6f52a0f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lighthouserc.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
"$schema": "https://gist.githubusercontent.com/jfhr/181123d7acc87ea329be3700d9c37594/raw/9dafefb638f8ff0660930cc48debefa1dfcd87ca/lighthouserc.schema.json",
33
"ci": {
44
"assert": {
5-
"preset": "lighthouse:recommended"
5+
"preset": "lighthouse:recommended",
6+
"assertions": {
7+
"is-crawlable": ["off"]
8+
}
69
}
710
}
811
}

0 commit comments

Comments
 (0)