Skip to content

Commit

Permalink
Merge pull request #26 from kaelynj/link-checker
Browse files Browse the repository at this point in the history
Add link checking
  • Loading branch information
kaelynj authored Aug 26, 2024
2 parents 4fef765 + 825a695 commit 6da773c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@ const config = {
organizationName: 'kaelynj', // Usually your GitHub org/user name.
projectName: 'sanctuary-amongst-the-stars', // Usually your repo name.

onBrokenLinks: 'warn',
onBrokenMarkdownLinks: 'warn',
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'throw',
onBrokenAnchors: 'throw',
onDuplicateRoutes: 'throw',

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

0 comments on commit 6da773c

Please sign in to comment.