Skip to content

Commit

Permalink
Fix dead links check
Browse files Browse the repository at this point in the history
  • Loading branch information
anatolinicolae authored Jun 27, 2024
1 parent 0f23d31 commit 1e0176b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,8 @@ export default defineConfigWithTheme<ThemeConfig>({
},
cleanUrls: true,
lastUpdated: true,
ignoreDeadLinks: [
// ignore all localhost links
/^https?:\/\/localhost/,
]
});

0 comments on commit 1e0176b

Please sign in to comment.