Skip to content

Commit

Permalink
chore(vitepress): allow localhost dead links
Browse files Browse the repository at this point in the history
  • Loading branch information
fu050409 committed Jun 27, 2024
1 parent ec6654f commit bdc8cee
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/devui-vue/docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default defineConfig({
markdown: {
config: (md) => {
md.use(demoblockPlugin as any);
}
},
},
vite: {
plugins: [demoblockVitePlugin() as any],
Expand Down Expand Up @@ -51,4 +51,6 @@ export default defineConfig({
copyright: 'Copyright © 2021-present DevCloudFE',
},
},

ignoreDeadLinks: 'localhostLinks',
});

0 comments on commit bdc8cee

Please sign in to comment.