Skip to content

Commit 223a3be

Browse files
committed
chore: ignore all localhost links
1 parent b14d036 commit 223a3be

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.vitepress/config.ts

+6-1
Original file line numberDiff line numberDiff line change
@@ -213,5 +213,10 @@ export default defineConfig({
213213
message: '基于 MIT 许可发布',
214214
copyright: '版权所有 © 2022-2024 EasyTemplate',
215215
},
216-
}
216+
},
217+
218+
ignoreDeadLinks:[
219+
// ignore all localhost links
220+
/^https?:\/\/localhost/,
221+
],
217222
})

0 commit comments

Comments
 (0)