question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ignoreDeadLinks does not take effect

See original GitHub issue

Describe 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:closed
  • Created a year ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
cy920820commented, Jul 29, 2022
1reaction
brc-ddcommented, Jul 8, 2022

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)

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found