From ead095ba61386f388cfa53f283c3a682b79101fe Mon Sep 17 00:00:00 2001 From: DuroCodes Date: Mon, 27 May 2024 10:51:21 -0400 Subject: [PATCH] fix: fix link validation glob --- astro.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astro.config.mjs b/astro.config.mjs index 12d5d6fd7..978604225 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -133,7 +133,7 @@ export default defineConfig({ }), lunaria(), starlightLinksValidator({ - exclude: ['/plugins', '?(../../../../../..)/v{3,4}/api/**/*'], + exclude: ['/plugins', '?(../../../..?(/../..))/v{3,4}/api/**/*'], }), ], }),