Skip to content

Commit 76aa346

Browse files
authored
Merge pull request #280 from HarperDB/throw-on-broken-links
throw on broken links
2 parents 9887406 + 4474498 commit 76aa346

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const config: Config = {
5656
organizationName: 'HarperDB', // Usually your GitHub org/user name.
5757
projectName: 'documentation', // Usually your repo name.
5858

59-
onBrokenLinks: 'warn',
59+
onBrokenLinks: 'throw',
6060
onBrokenMarkdownLinks: 'warn',
6161

6262
plugins: [

0 commit comments

Comments
 (0)