diff options
author | Stefan Kreutz <mail@skreutz.com> | 2025-06-17 10:15:42 +0200 |
---|---|---|
committer | Stefan Kreutz <mail@skreutz.com> | 2025-06-17 10:15:42 +0200 |
commit | 2e0704dc2b88e0e1355186f378762a1de65f7f6a (patch) | |
tree | 5c0726d33fe06fac96568515be452105c375805f /lychee.toml | |
parent | 0c424257eca4235a6f31f6d9857b2311351f1f82 (diff) | |
download | blog-2e0704dc2b88e0e1355186f378762a1de65f7f6a.tar |
Fix Lychee config
Diffstat (limited to 'lychee.toml')
-rw-r--r-- | lychee.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lychee.toml b/lychee.toml index d62295f..4a6ea8b 100644 --- a/lychee.toml +++ b/lychee.toml @@ -1,5 +1,5 @@ exclude_loopback = true exclude_private = true require_https = true -format = "Detailed" +format = "detailed" max_redirects = 0 |