Skip to content

Commit bdc8cee

Browse files
committed
chore(vitepress): allow localhost dead links
1 parent ec6654f commit bdc8cee

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/devui-vue/docs/.vitepress/config.mts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export default defineConfig({
1313
markdown: {
1414
config: (md) => {
1515
md.use(demoblockPlugin as any);
16-
}
16+
},
1717
},
1818
vite: {
1919
plugins: [demoblockVitePlugin() as any],
@@ -51,4 +51,6 @@ export default defineConfig({
5151
copyright: 'Copyright © 2021-present DevCloudFE',
5252
},
5353
},
54+
55+
ignoreDeadLinks: 'localhostLinks',
5456
});

0 commit comments

Comments
 (0)