diff --git a/.vitepress/config.mts b/.vitepress/config.mts index 7216ed58..7edbb804 100644 --- a/.vitepress/config.mts +++ b/.vitepress/config.mts @@ -10,6 +10,8 @@ export default defineConfig({ head: [["link", { rel: "icon", href: "/logo.png" }]], lastUpdated: true, + ignoreDeadLinks: true, // TODO: cleanup dead links + markdown: { config(md) { md.use(MermaidMarkdown);