VitePress: 编译时检查死链接

This commit is contained in:
Meow
2026-01-18 19:31:10 +08:00
parent 1038c55ff6
commit f875f5207a
+1 -1
View File
@@ -12,7 +12,7 @@ export default defineConfig({
lastUpdated: true,
ignoreDeadLinks: true, // TODO: cleanup dead links
ignoreDeadLinks: false,
sitemap: {
hostname: "https://xtls.github.io",