You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I enable the ignoreDeadLinks option in /docs/.vitepress/config.js, yarn docs:build still fails with the reason being One or more pages contain dead links.
Reproduction
Create a new vitepress project.
In /docs/.vitepress/config.js:
Describe the bug
When I enable the
ignoreDeadLinks
option in/docs/.vitepress/config.js
,yarn docs:build
still fails with the reason beingOne or more pages contain dead links.
Reproduction
Create a new vitepress project.
In
/docs/.vitepress/config.js
:In
/docs/api/index.md
:Expected behavior
It is expected that the build process will succeed, because it should ignoreDeadLinks instead of failing because of them.
System Info
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: