Skip to content

Commit bc26ded

Browse files
committed
throw on broken links again
1 parent 9a65df4 commit bc26ded

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ const config = {
2121
baseUrl: "/",
2222
trailingSlash: false,
2323

24-
onBrokenLinks: "warn",
25-
onBrokenMarkdownLinks: "warn",
24+
onBrokenLinks: "throw",
25+
onBrokenMarkdownLinks: "throw",
2626

2727
markdown: {
2828
mermaid: true,

0 commit comments

Comments
 (0)