Skip to content

Commit

Permalink
docs: just warn on broken links, don't throw
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Oct 14, 2022
1 parent a66c166 commit 55c5536
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docusaurus.config.js
Expand Up @@ -39,8 +39,8 @@ const config = {
organizationName: 'facebook',
projectName: 'jest',
favicon: 'img/favicon/favicon.ico',
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'throw',
onBrokenLinks: 'warn',
onBrokenMarkdownLinks: 'warn',
presets: [
[
'@docusaurus/preset-classic',
Expand Down

0 comments on commit 55c5536

Please sign in to comment.