Skip to content

Commit

Permalink
build: fail on broken anchors
Browse files Browse the repository at this point in the history
  • Loading branch information
alexplischke committed Sep 10, 2024
1 parent eb9bd17 commit 77bade5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ const docusaurusConfig = {
noIndex: process.env.NO_INDEX,
trailingSlash: true,
baseUrl: siteBaseUrl,
onBrokenAnchors: 'throw',
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'throw',
organizationName: 'saucelabs',
Expand Down

0 comments on commit 77bade5

Please sign in to comment.