From 966050bf8f5d25e8ca5434ee194f1e7848d7999b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabrice=20Flore-Th=C3=A9bault?= Date: Fri, 29 Nov 2024 09:40:43 +0100 Subject: [PATCH] chore: ignore /docs in the htmltest configuration files to workaround absolute links in the 404 page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabrice Flore-Thébault --- .htmltest.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.htmltest.yml b/.htmltest.yml index d4b5455..20a0ecc 100644 --- a/.htmltest.yml +++ b/.htmltest.yml @@ -8,3 +8,4 @@ CacheExpires: "12h" # Default is 2 weeks. ExternalTimeout: 60 # (seconds) default is 15. IgnoreURLs: - https://crc.dev/docs + - /docs