Skip to content

Commit fb9286f

Browse files
committed
don't throw on broken links
1 parent 55d1bda commit fb9286f

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
@@ -21,7 +21,7 @@ const config: Config = {
2121
projectName: 'execution-apis', // Usually your repo name.
2222
deploymentBranch: 'gh-pages',
2323

24-
onBrokenLinks: 'throw',
24+
onBrokenLinks: 'warn',
2525
onBrokenMarkdownLinks: 'warn',
2626

2727
// Even if you don't use internationalization, you can use this field to set

0 commit comments

Comments
 (0)