ignoreDeadLinks does not take effect
See original GitHub issueDescribe the bug
add ignoreDeadLinks attr does not take effect, Compilation still fails
Reproduction
The config.js file:
export default { title: ‘test’, description: ‘test’, ignoreDeadLinks: true }
Error:
⠏ building client + server bundles…[vitepress] One or more pages contain dead links.
Expected behavior
Compilation passed
System Info
⠏ building client + server bundles...[vitepress] One or more pages contain dead links.
Additional context
No response
Validations
- Follow our Code of Conduct
- Read the docs.
- Check that there isn’t already an issue that reports the same bug to avoid creating a duplicate.
Issue Analytics
- State:
- Created a year ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
ignoreDeadLinks doesn't work · Issue #1084 · vuejs/vitepress
When I enable the ignoreDeadLinks option in /docs/.vitepress/config.js , yarn docs:build still fails with the reason being One or more pages ...
Read more >not([href=#]) - adding class as additional "not" perameter?
I want it to ignore dead links and anchors that also have a class="fancybox" (which is how the other module works). jquery ·...
Read more >What happens to your site if you ignore dead links | Forum
But it has unforseen bad things to accomplish, one being damaging your site and your reputation. So what bad effects does it have...
Read more >App Configs - VitePress
When set to true , VitePress will not fail builds due to dead links. ts export default { ignoreDeadLinks ...
Read more >The Link Auditors Reviews - 5 Reviews of Linkaudit.co.uk
No problems”, “Been dealing with steve for years now, before they made their ... There is a ton going on behind the scenes...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
#1084
1 or 2 weeks I guess. Not sure though. You can use that
<a href="">
workaround for now. (Wait, that doesn’t show on latest version too. Refer this: https://github.com/vuejs/vitepress/issues/822#issuecomment-1160655885)