Skip to content

Commit 7720f77

Browse files
committed
temporarily disable link validation
1 parent f3b64c5 commit 7720f77

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

astro.config.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -331,11 +331,11 @@ export default defineConfig({
331331
},
332332
}
333333
),
334-
starlightLinksValidator({
335-
errorOnFallbackPages: false,
336-
errorOnRelativeLinks: false,
337-
exclude: ['/plugin/*/#default-permission', '/plugin/*/#permission-table'],
338-
}),
334+
// starlightLinksValidator({
335+
// errorOnFallbackPages: false,
336+
// errorOnRelativeLinks: false,
337+
// exclude: ['/plugin/*/#default-permission', '/plugin/*/#permission-table'],
338+
// }),
339339
lunaria({ configPath: './lunaria.config.json', route: '/contribute/translate-status' }),
340340
],
341341
title: 'Tauri',

0 commit comments

Comments
 (0)