From 765448732bd4d4d420884fd6719b67f3c0806115 Mon Sep 17 00:00:00 2001 From: Hubert Bugaj Date: Wed, 10 Dec 2025 16:28:11 +0100 Subject: [PATCH] fix: link check curiostorage.org --- .config/lychee.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/lychee.toml b/.config/lychee.toml index a37bea3d9d0d..6b8eee7a3fcc 100644 --- a/.config/lychee.toml +++ b/.config/lychee.toml @@ -25,6 +25,8 @@ exclude = [ "ubuntu.com", # Bot protection / 403 Forbidden errors "beryx.io/faucet", + # Frequent timeouts + "curiostorage.org", ] timeout = 30 max_retries = 6