Skip to content

Commit 974abfe

Browse files
authored
Update config.mts
1 parent 0d65f17 commit 974abfe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/src/.vitepress/config.mts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ export default defineConfig({
1212
cleanUrls: true,
1313
outDir: 'REPLACE_ME_DOCUMENTER_VITEPRESS', // This is required for MarkdownVitepress to work correctly...
1414
head: [['link', { rel: 'icon', href: 'REPLACE_ME_DOCUMENTER_VITEPRESS_FAVICON' }]],
15+
ignoreDeadLinks: true,
1516

1617
markdown: {
1718
math: true,

0 commit comments

Comments
 (0)