docusaurus/.github/workflows/lighthouserc.json
2022-05-04 15:57:33 +03:00

17 lines
258 B
JSON

{
"ci": {
"collect": {
"settings": {
"skipAudits": [
"robots-txt",
"canonical",
"tap-targets",
"is-crawlable",
"works-offline",
"offline-start-url"
]
}
}
}
}