chore(docs): 更新配置,新增忽略链接规则以排除 CONTRIBUTING 和 docker-compose.yml 文件

This commit is contained in:
Wenjie Zhang 2026-03-26 14:22:46 +08:00
parent ce4de21851
commit fad9d55911

View File

@ -9,7 +9,9 @@ export default defineConfig({
description: "语析", description: "语析",
base: '/Yuxi-Know/', base: '/Yuxi-Know/',
ignoreDeadLinks: [ ignoreDeadLinks: [
/localhost/ /localhost/,
/CONTRIBUTING$/,
/docker-compose\.yml$/
], ],
markdown: { markdown: {
config: (md) => { config: (md) => {