We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 371145e commit 6c6f16cCopy full SHA for 6c6f16c
docs/.vitepress/config.mts
@@ -29,7 +29,7 @@ const vitepressConfig = defineConfig({
29
lazyLoading: true,
30
},
31
32
- ignoreDeadLinks: "localhostLinks"
+ ignoreDeadLinks: "localhostLinks",
33
});
34
35
export default withMermaid(vitepressConfig);
0 commit comments