We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 594a6be commit aed6c07Copy full SHA for aed6c07
2 files changed
babel.config.js
docusaurus.config.ts
@@ -15,6 +15,7 @@ const config: Config = {
15
projectName: 'ReVISit', // Usually your repo name.
16
17
onBrokenLinks: 'throw',
18
+ onBrokenAnchors: 'ignore',
19
markdown: {
20
hooks: {
21
onBrokenMarkdownLinks: 'warn',
0 commit comments