Skip to content

Commit

Permalink
docs: ignore dead links
Browse files Browse the repository at this point in the history
  • Loading branch information
hywax committed Mar 22, 2024
1 parent 1cfa230 commit 7f40046
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,10 @@ export default defineConfig({
},
],
},

ignoreDeadLinks: [
(url) => {
return !url.toLowerCase().includes('.github')
},
],
})

0 comments on commit 7f40046

Please sign in to comment.