We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4b6eae commit d567903Copy full SHA for d567903
lychee.toml
@@ -40,11 +40,8 @@ exclude = [
40
"https://myawesome-lib.css/",
41
"https://awesome-lib.css/",
42
"https://mycdn.org/",
43
- 'https://www.npmjs.com/package/(.*)importName(.*)',
44
- # TODO: address 404s (non-prerendered files?) from nuxt.com
45
- "https://nuxt.com/docs/guide/going-further/modules",
46
- "https://nuxt.com/docs/guide/directory-structure/pages",
47
# single-quotes are required for regexp
+ 'https://www.npmjs.com/package/(.*)',
48
'(https?:\/\/github\.com\/)(.*\/)(generate)',
49
"https://github.com/nuxt-contrib/vue3-ssr-starter/generate",
50
# excluded URLs from test suite
0 commit comments