Skip to content

Commit

Permalink
fix: change broken link handling to warnings in Docusaurus config
Browse files Browse the repository at this point in the history
  • Loading branch information
kuizuo committed Jun 10, 2024
1 parent d920d07 commit f30fd56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,7 @@ const config: Config = {
},
},
},
onBrokenLinks: 'warn',
}

export default config

0 comments on commit f30fd56

Please sign in to comment.