Skip to content

Commit 61c5ceb

Browse files
committed
temp disble link validation
1 parent 1b5463d commit 61c5ceb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

astro.config.mjs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -319,11 +319,11 @@ export default defineConfig({
319319
},
320320
}
321321
),
322-
starlightLinksValidator({
323-
errorOnFallbackPages: false,
324-
errorOnRelativeLinks: false,
325-
exclude: ['/plugin/*/#default-permission', '/plugin/*/#permission-table'],
326-
}),
322+
// starlightLinksValidator({
323+
// errorOnFallbackPages: false,
324+
// errorOnRelativeLinks: false,
325+
// exclude: ['/plugin/*/#default-permission', '/plugin/*/#permission-table'],
326+
// }),
327327
lunaria({ configPath: './lunaria.config.json', route: '/contribute/translate-status' }),
328328
],
329329
title: 'Tauri',

0 commit comments

Comments
 (0)