Skip to content

Commit 6c4b37f

Browse files
authored
Merge pull request #3568 from ClickHouse/Blargian-patch-12
Turn link checker back on
2 parents cdeb83a + f0e94b5 commit 6c4b37f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docusaurus.config.en.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ const config = {
5656
// url: process.env.VERCEL_URL ? `https://${process.env.VERCEL_URL}` : 'https://bookish-disco-5997zvo.pages.github.io',
5757
baseUrl: "/docs/",
5858
baseUrlIssueBanner: true,
59-
onBrokenLinks: "warn",
59+
onBrokenLinks: "throw",
6060
onBrokenMarkdownLinks: "warn",
6161
onDuplicateRoutes: "throw",
62-
onBrokenAnchors: "warn",
62+
onBrokenAnchors: "throw",
6363
favicon: "img/docs_favicon.ico",
6464
organizationName: "ClickHouse",
6565
trailingSlash: false,

0 commit comments

Comments
 (0)