Skip to content

Commit 06eab84

Browse files
committed
Update docusaurus.config.ts
1 parent 6746682 commit 06eab84

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docusaurus.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ const config: Config = {
2626
organizationName: 'openviglet', // Usually your GitHub org/user name.
2727
projectName: 'docs-react', // Usually your repo name.
2828

29-
onBrokenLinks: 'throw',
29+
onBrokenLinks: 'warn',
30+
onBrokenMarkdownLinks: 'warn',
3031

3132
// Even if you don't use internationalization, you can use this field to set
3233
// useful metadata like html lang. For example, if your site is Chinese, you

0 commit comments

Comments
 (0)