Skip to content

Commit

Permalink
fix: ignore crawlability
Browse files Browse the repository at this point in the history
  • Loading branch information
lishaduck committed May 9, 2024
1 parent e5ee611 commit 1637ab6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lighthouserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
"$schema": "https://gist.githubusercontent.com/jfhr/181123d7acc87ea329be3700d9c37594/raw/9dafefb638f8ff0660930cc48debefa1dfcd87ca/lighthouserc.schema.json",
"ci": {
"assert": {
"preset": "lighthouse:recommended"
"preset": "lighthouse:recommended",
"assertions": {
"is-crawlable": ["off"]
}
}
}
}

0 comments on commit 1637ab6

Please sign in to comment.