Skip to content

Commit 55c5536

Browse files
committed
docs: just warn on broken links, don't throw
1 parent a66c166 commit 55c5536

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/docusaurus.config.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ const config = {
3939
organizationName: 'facebook',
4040
projectName: 'jest',
4141
favicon: 'img/favicon/favicon.ico',
42-
onBrokenLinks: 'throw',
43-
onBrokenMarkdownLinks: 'throw',
42+
onBrokenLinks: 'warn',
43+
onBrokenMarkdownLinks: 'warn',
4444
presets: [
4545
[
4646
'@docusaurus/preset-classic',

0 commit comments

Comments
 (0)