diff --git a/lychee.toml b/lychee.toml index 22f73e611a8b..a1d41965509b 100644 --- a/lychee.toml +++ b/lychee.toml @@ -9,7 +9,7 @@ max_retries = 6 # Explicitly exclude some URLs exclude = [ "https://twitter.nuxt.dev/", - "https://github.com/nuxt/nuxt.com", "https://github.com/nuxt/translations/discussions/4", - '(https?:\/\/github\.com\/)(.*\/)(generate)' + "https://stackoverflow.com/help/minimal-reproducible-example", + "(https?:\/\/github\.com\/)(.*\/)(generate)", ]