Skip to content

Commit

Permalink
Warn instead of throw on broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
shakuzen committed Sep 16, 2023
1 parent 3666b39 commit 32bfb2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const config = {
// GitHub Pages adds a trailing slash to Docusaurus URLs by default. It is recommended to set a trailingSlash config (true or false, not undefined).
trailingSlash: true,

onBrokenLinks: 'throw',
onBrokenLinks: 'warn', // TODO switch to 'throw' after addressing broken links
onBrokenMarkdownLinks: 'warn',

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

0 comments on commit 32bfb2c

Please sign in to comment.