-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ignoreDeadLinks does not take effect #941
Labels
bug: pending triage
Maybe a bug, waiting for confirmation
Comments
The vitepress version is ^1.0.0-alpha.4 |
It'll be there in alpha-5. |
when? |
1 or 2 weeks I guess. Not sure though. You can use that |
Why does this configuration item appear in 1.0.0-alpha.4? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: