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 ec6654f commit bdc8ceeCopy full SHA for bdc8cee
packages/devui-vue/docs/.vitepress/config.mts
@@ -13,7 +13,7 @@ export default defineConfig({
13
markdown: {
14
config: (md) => {
15
md.use(demoblockPlugin as any);
16
- }
+ },
17
},
18
vite: {
19
plugins: [demoblockVitePlugin() as any],
@@ -51,4 +51,6 @@ export default defineConfig({
51
copyright: 'Copyright © 2021-present DevCloudFE',
52
53
54
+
55
+ ignoreDeadLinks: 'localhostLinks',
56
});
0 commit comments