From d949344ed6297e3c9fb7694ed599f0be69ac0be5 Mon Sep 17 00:00:00 2001 From: Bochkarev Ivan Date: Thu, 26 Sep 2024 01:24:12 +0600 Subject: [PATCH] ci: update lychee config (#29162) --- lychee.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lychee.toml b/lychee.toml index b7cdde5945..b00e5bee37 100644 --- a/lychee.toml +++ b/lychee.toml @@ -14,5 +14,7 @@ exclude = [ # TODO: remove when their SSL certificate is valid again "https://www.conventionalcommits.org", # single-quotes are required for regexp - '(https?:\/\/github\.com\/)(.*\/)(generate)', + '(https?:\/\/github\.com\/)(.*\/)(generate)', + "https://localhost:3000", + "https://github.com/nuxt-contrib/vue3-ssr-starter/generate", ]