Skip to content

Commit 6a24ab7

Browse files
mnonnenmachersschuberth
authored andcommitted
build(website): Fail the build on broken anchors
Signed-off-by: Martin Nonnenmacher <[email protected]>
1 parent 99eb307 commit 6a24ab7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

website/docusaurus.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ const config = {
2323
projectName: 'ort', // Usually your repo name.
2424
trailingSlash: false,
2525

26+
onBrokenAnchors: 'throw',
2627
onBrokenLinks: 'throw',
2728
onBrokenMarkdownLinks: 'throw',
2829

0 commit comments

Comments
 (0)