Skip to content

Commit

Permalink
change broken link behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
hello391 committed Sep 8, 2024
1 parent bf7f514 commit 70074f3
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 @@ -18,7 +18,7 @@ const config: Config = {
organizationName: "helpr-bot", // Usually your GitHub org/user name.
projectName: "helpr-docs", // Usually your repo name.

onBrokenLinks: "throw",
onBrokenLinks: "warn",
onBrokenMarkdownLinks: "warn",
trailingSlash: false,

Expand Down

0 comments on commit 70074f3

Please sign in to comment.