Skip to content

Commit

Permalink
Throw, not warn, on broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
axmmisaka authored Dec 14, 2023
1 parent 9f534a8 commit 0de3bff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ const config: Config = {
organizationName: 'lf-lang', // Usually your GitHub org/user name.
projectName: 'lingua-franca', // Usually your repo name.

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

// Even if you don't use internationalization, you can use this field to set
// useful metadata like html lang. For example, if your site is Chinese, you
Expand Down

0 comments on commit 0de3bff

Please sign in to comment.