Skip to content

Commit d81934f

Browse files
committed
Ignore RustyHermit show case in link checker
It is sometimes too slow to respond and thus triggers false errors from our link checker (`zola check`)
1 parent d07074a commit d81934f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ feed_filename = "rss.xml"
2222
skip_prefixes = [
2323
"https://crates.io/crates", # see https://github.com/rust-lang/crates.io/issues/788
2424
"https://github.com", # because of rate limiting
25+
"https://rusty-hermit.k8s.eonerc.rwth-aachen.de/", # RustyHermit show case
2526
]
2627

2728
[extra]

0 commit comments

Comments
 (0)