编译时允许忽略死链接

This commit is contained in:
Meow
2025-12-21 22:14:50 -05:00
committed by yuhan6665
parent 368f5fbd3b
commit b7a674372c
+2
View File
@@ -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);