Skip to content

Commit 371145e

Browse files
committed
💚 🔧 vitepress allow localhost links
1 parent 58d8bc2 commit 371145e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/.vitepress/config.mts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ const vitepressConfig = defineConfig({
2929
lazyLoading: true,
3030
},
3131
},
32+
ignoreDeadLinks: "localhostLinks"
3233
});
3334

3435
export default withMermaid(vitepressConfig);

0 commit comments

Comments
 (0)