Skip to content

Commit 8de7eeb

Browse files
Exclude /reference/** from link checking in Astro configuration for now.
1 parent c797163 commit 8de7eeb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

astro/astro.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ export default defineConfig({
115115
errorOnInconsistentLocale: true,
116116
errorOnRelativeLinks: false,
117117
errorOnLocalLinks: false,
118+
exclude: ["/reference/**"],
118119
}),
119120
],
120121
title: "Duende Software Docs",

0 commit comments

Comments
 (0)