mirror of
https://github.com/sern-handler/website
synced 2026-06-06 01:16:47 +00:00
fix: fix link validation glob
This commit is contained in:
@@ -133,7 +133,7 @@ export default defineConfig({
|
||||
}),
|
||||
lunaria(),
|
||||
starlightLinksValidator({
|
||||
exclude: ['/plugins', '?(../../../../../..)/v{3,4}/api/**/*'],
|
||||
exclude: ['/plugins', '?(../../../..?(/../..))/v{3,4}/api/**/*'],
|
||||
}),
|
||||
],
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user