Skip to content

Commit 2858dbd

Browse files
committed
made broken links a warn will fix later
1 parent 49f21dd commit 2858dbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const config = {
2121
organizationName: 'facebook', // Usually your GitHub org/user name.
2222
projectName: 'docusaurus', // Usually your repo name.
2323

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

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

0 commit comments

Comments
 (0)