From d116fc06bc596b20f118d99bb44455d5b034600a Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Wed, 5 Feb 2025 12:00:07 +0000 Subject: [PATCH] test: exclude urls from lychee crawler used in test suite --- lychee.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lychee.toml b/lychee.toml index 34e27bdd4e..4dfdec1481 100644 --- a/lychee.toml +++ b/lychee.toml @@ -34,4 +34,7 @@ exclude = [ # single-quotes are required for regexp '(https?:\/\/github\.com\/)(.*\/)(generate)', "https://github.com/nuxt-contrib/vue3-ssr-starter/generate", + # excluded URLs from test suite + "http://auth.com", + "http://example2.com/", ]