diff --git a/.lychee.toml b/.lychee.toml index 2b2b98910c..1287fd0445 100644 --- a/.lychee.toml +++ b/.lychee.toml @@ -12,7 +12,7 @@ retry_wait_time = 4 # Comma-separated list of accepted status codes for valid links. # accept = ["200", "206", "403", "429"] -accept = ["200", "429", "502"] +accept = ["200", "429", "502", "504"] verbose = "error"