diff --git a/lychee.toml b/lychee.toml index b7cdde5945..b00e5bee37 100644 --- a/lychee.toml +++ b/lychee.toml @@ -14,5 +14,7 @@ exclude = [ # TODO: remove when their SSL certificate is valid again "https://www.conventionalcommits.org", # single-quotes are required for regexp - '(https?:\/\/github\.com\/)(.*\/)(generate)', + '(https?:\/\/github\.com\/)(.*\/)(generate)', + "https://localhost:3000", + "https://github.com/nuxt-contrib/vue3-ssr-starter/generate", ]