From 3a37c74e1ba997a928c16472cadba21e2d84c52c Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Mon, 30 Dec 2024 19:36:28 +0000 Subject: [PATCH] chore: add additional dummy url to ignore --- lychee.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/lychee.toml b/lychee.toml index 8f9c2921e0..34e27bdd4e 100644 --- a/lychee.toml +++ b/lychee.toml @@ -26,6 +26,7 @@ exclude = [ "https://awesome-lib.js/", "https://myawesome-lib.css/", "https://awesome-lib.css/", + "https://mycdn.org/", 'https://www.npmjs.com/package/(.*)importName(.*)', # TODO: address 404s (non-prerendered files?) from nuxt.com "https://nuxt.com/docs/guide/going-further/modules",