fix: add some missing configurations for markdown link check

This commit is contained in:
Luong Vo
2022-11-09 10:11:34 +07:00
parent d60d28d172
commit b0c91cb973
7 changed files with 26 additions and 1 deletions

View File

@@ -6,5 +6,18 @@
{
"pattern": "https://github.com/GoogleChrome/lighthouse/workflows/\uD83D\uDCA1\uD83C\uDFE0/badge.svg"
}
]
],
"httpHeaders": [
{
"urls": ["https://github.com/", "https://guides.github.com/", "https://help.github.com/", "https://docs.github.com/"],
"headers": {
"Accept-Encoding": "zstd, br, gzip, deflate"
}
}
],
"aliveStatusCodes": [200, 206],
"retryOn429": true,
"timeout": "10s",
"retryCount": 2,
"fallbackRetryDelay": "20s"
}