Skip to content

Commit 2c73d5b

Browse files
author
hywax
committed
docs: ignore parts files
1 parent 12bf943 commit 2c73d5b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/.vitepress/config.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ export default defineConfig({
2323
],
2424
},
2525

26+
ignoreDeadLinks: [
27+
(url) => {
28+
return !url.toLowerCase().includes('_parts')
29+
},
30+
],
31+
2632
locales: {
2733
root: { label: 'English', ...en },
2834
ru: { label: 'Русский', ...ru },

0 commit comments

Comments
 (0)