From 375bd64c5bd6eb94273a7cc9b6f88e73a26d8594 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Tue, 5 Mar 2024 10:32:13 +0000 Subject: [PATCH] ci: fix lychee configuration --- lychee.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lychee.toml b/lychee.toml index a1d41965509b..602a20f60f16 100644 --- a/lychee.toml +++ b/lychee.toml @@ -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)', ]