Skip to content

Commit

Permalink
fix: ignore the doc broken links.
Browse files Browse the repository at this point in the history
  • Loading branch information
nakul1010 committed Nov 9, 2023
1 parent bbbb819 commit fa2caf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ const config = {
organizationName: "bob-collective",
projectName: "bob",

onBrokenLinks: "throw",
onBrokenMarkdownLinks: "throw",
onBrokenLinks: "ignore",
onBrokenMarkdownLinks: "ignore",

// 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 fa2caf8

Please sign in to comment.