Skip to content

Commit d56061b

Browse files
committed
Ignore localhost links
1 parent 0b8c070 commit d56061b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

docs/.vitepress/config.mts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ export default defineConfig({
1818
],
1919
],
2020

21+
ignoreDeadLinks: [
22+
// ignore all localhost links
23+
/^https?:\/\/localhost/,
24+
],
25+
2126
sitemap: {
2227
hostname: "https://robotechnancy.github.io/Wiki",
2328
},

0 commit comments

Comments
 (0)