From ba8435c7dcfdff1916f1523ce0617767a4837cb3 Mon Sep 17 00:00:00 2001 From: eikek Date: Sun, 10 Mar 2024 16:44:31 +0100 Subject: [PATCH] Disable strict external link checking This is so brittle, only works sometimes. --- website/site/config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/website/site/config.toml b/website/site/config.toml index c8df8075..3c513b60 100644 --- a/website/site/config.toml +++ b/website/site/config.toml @@ -20,6 +20,7 @@ highlight_themes_css = [ ] [link_checker] +external_level = "warn" skip_prefixes = [ "http://localhost", "https://docs.github.com", # doesn't allow checking anymore