Skip to content

Commit 4cf4df9

Browse files
committed
[update] config
1 parent 6570134 commit 4cf4df9

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docusaurus.config.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,12 @@ const config = {
3434

3535
onBrokenLinks: 'throw',
3636
onBrokenAnchors: 'throw',
37-
onBrokenMarkdownLinks: 'throw',
37+
38+
markdown: {
39+
hooks: {
40+
onBrokenMarkdownLinks: 'throw',
41+
}
42+
},
3843

3944

4045

0 commit comments

Comments
 (0)