Skip to content

Commit bd31044

Browse files
committed
update link check config
1 parent bb7a2c1 commit bd31044

1 file changed

Lines changed: 3 additions & 9 deletions

File tree

.github/linkcheck_config.json

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,6 @@
1010
"headers": {
1111
"Accept-Encoding": "zstd, br, gzip, deflate"
1212
}
13-
},
14-
{
15-
"urls": [
16-
"https://madewithml.com/"
17-
],
18-
"headers": {
19-
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36",
20-
"Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,/;q=0.8"
21-
}
2213
}
2314
],
2415
"ignorePatterns": [
@@ -33,6 +24,9 @@
3324
},
3425
{
3526
"pattern": "^https://www.reddit.com.*"
27+
},
28+
{
29+
"pattern": "^https://madewithml.com.*"
3630
}
3731
],
3832
"aliveStatusCodes": [

0 commit comments

Comments
 (0)