ci: fix lychee configuration

This commit is contained in:
Daniel Roe 2024-03-05 10:32:13 +00:00
parent 2e1530c6b4
commit 375bd64c5b
No known key found for this signature in database
GPG Key ID: 3714AB03996F442B
1 changed files with 3 additions and 1 deletions

View File

@ -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)',
]