Skip to content

Commit d567903

Browse files
committed
chore: ignore errors from npmjs
1 parent c4b6eae commit d567903

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

lychee.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,8 @@ exclude = [
4040
"https://myawesome-lib.css/",
4141
"https://awesome-lib.css/",
4242
"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",
4743
# single-quotes are required for regexp
44+
'https://www.npmjs.com/package/(.*)',
4845
'(https?:\/\/github\.com\/)(.*\/)(generate)',
4946
"https://github.com/nuxt-contrib/vue3-ssr-starter/generate",
5047
# excluded URLs from test suite

0 commit comments

Comments
 (0)