Skip to content

Commit

Permalink
chore: ignore all localhost links
Browse files Browse the repository at this point in the history
  • Loading branch information
CharleeWa committed Jul 31, 2024
1 parent b14d036 commit 223a3be
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -213,5 +213,10 @@ export default defineConfig({
message: '基于 MIT 许可发布',
copyright: '版权所有 © 2022-2024 EasyTemplate',
},
}
},

ignoreDeadLinks:[
// ignore all localhost links
/^https?:\/\/localhost/,
],
})

0 comments on commit 223a3be

Please sign in to comment.