Skip to content

Commit 578f6fc

Browse files
committed
just warn on broken links until we've migrated and manually touched up any remaining link issues
1 parent ed556d4 commit 578f6fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/docusaurus.config.ts

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

65-
onBrokenLinks: 'throw',
65+
onBrokenLinks: 'warn',
6666
onBrokenMarkdownLinks: 'warn',
6767

6868
presets: [

0 commit comments

Comments
 (0)