From 797ba43d6e63af44538390b93b3674302c5ed545 Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Tue, 17 Jun 2025 16:05:45 +0530 Subject: [PATCH] chore: lychee ignore mermaid-preview --- .github/lychee.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/lychee.toml b/.github/lychee.toml index 25beba157..7e23b2351 100644 --- a/.github/lychee.toml +++ b/.github/lychee.toml @@ -52,7 +52,8 @@ exclude = [ # Timeout "https://huehive.co", "https://foswiki.org", -"https://www.gnu.org" +"https://www.gnu.org", +"https://mermaid-preview.com" ] # Exclude all private IPs from checking.