Skip to content

Commit

Permalink
Merge pull request #5 from deccer/main
Browse files Browse the repository at this point in the history
broken links during build should produce a warning not an error
  • Loading branch information
deccer authored Oct 26, 2024
2 parents b34de39 + 06625c3 commit c2a8ded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const config: Config = {
deploymentBranch: 'gh-pages',
trailingSlash: false,

onBrokenLinks: 'throw',
onBrokenLinks: 'warn',
onBrokenMarkdownLinks: 'warn',

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

0 comments on commit c2a8ded

Please sign in to comment.