Skip to content

Commit 713a372

Browse files
committed
Add ignoreDeadLinks config for incomplete pages
1 parent fb6bb82 commit 713a372

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

InterDataEngine-docs/.vitepress/config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import { katex } from '@mdit/plugin-katex'
44
export default defineConfig({
55
title: 'InternDataEngine',
66
base: '/InternDataEngine-Docs/',
7+
ignoreDeadLinks: true,
78

89
themeConfig: {
910
logo: '/logo.svg',

0 commit comments

Comments
 (0)