This commit is contained in:
Meow
2025-12-21 22:14:50 -05:00
committed by yuhan6665
parent b7a674372c
commit ce60e77bb3
+4
View File
@@ -12,6 +12,10 @@ export default defineConfig({
ignoreDeadLinks: true, // TODO: cleanup dead links
sitemap: {
hostname: "https://xtls.github.io",
},
markdown: {
config(md) {
md.use(MermaidMarkdown);