Skip to content

Commit f0e94b5

Browse files
authored
Turn link checker back on
1 parent cdeb83a commit f0e94b5

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)