chore(docs): 更新配置,新增忽略链接规则以排除 CONTRIBUTING 和 docker-compose.yml 文件
This commit is contained in:
parent
ce4de21851
commit
fad9d55911
@ -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) => {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user