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/", ]