mirror of
https://github.com/XTLS/Xray-docs-next.git
synced 2026-09-27 01:00:47 +03:00
编译时允许忽略死链接
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user