Skip to content

Commit ddb37f7

Browse files
authored
Update docusaurus.config.en.js
1 parent 82c39bb commit ddb37f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus.config.en.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ const config = {
6060
onBrokenLinks: "throw",
6161
onBrokenMarkdownLinks: "warn",
6262
onDuplicateRoutes: "throw",
63-
onBrokenAnchors: "warn",
63+
onBrokenAnchors: process.env.ON_BROKEN_ANCHORS ?? "throw",
6464
favicon: "img/docs_favicon.ico",
6565
organizationName: "ClickHouse",
6666
trailingSlash: false,

0 commit comments

Comments
 (0)