Skip to content

Commit 6916788

Browse files
authored
Update docusaurus.config.js
1 parent dfc41ff commit 6916788

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docusaurus.config.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ module.exports = {
2121
baseUrl: process.env.BASE_URL || "/",
2222
onBrokenLinks: 'throw',
2323
onBrokenAnchors: 'throw',
24+
onDuplicateRoutes: 'throw',
25+
markdown: {
26+
hooks: {
27+
onBrokenMarkdownLinks: 'throw',
28+
},
29+
},
2430
favicon: 'https://www.sumologic.com/favicon.ico',
2531
organizationName: 'sumologic', // Usually your GitHub org/user name.
2632
projectName: 'sumologic-documentation', // Usually your repo name.

0 commit comments

Comments
 (0)