Skip to content

Commit 4474498

Browse files
committed
throw on broken links
1 parent 9887406 commit 4474498

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)