Skip to content

Commit

Permalink
Warn when links are broken
Browse files Browse the repository at this point in the history
Signed-off-by: Vipul Gupta (@vipulgupta2048) <[email protected]>
  • Loading branch information
vipulgupta2048 committed Aug 14, 2024
1 parent 21e8e23 commit 0a23249
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ const config = {
baseUrl: '/',

// Optional
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'throw',
onBrokenLinks: 'warn',
onBrokenMarkdownLinks: 'warn',
favicon: 'img/favicon.ico', // use default, but overide if available

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

0 comments on commit 0a23249

Please sign in to comment.