Skip to content

Commit

Permalink
ci: fix lychee configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Mar 5, 2024
1 parent 2e1530c commit 375bd64
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lychee.toml
Expand Up @@ -9,7 +9,9 @@ max_retries = 6
# Explicitly exclude some URLs
exclude = [
"https://twitter.nuxt.dev/",
"https://cssnano.co/",
"https://github.com/nuxt/translations/discussions/4",
"https://stackoverflow.com/help/minimal-reproducible-example",
"(https?:\/\/github\.com\/)(.*\/)(generate)",
# single-quotes are required for regexp
'(https?:\/\/github\.com\/)(.*\/)(generate)',
]

0 comments on commit 375bd64

Please sign in to comment.