Skip to content

Commit

Permalink
warn instead of log broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
ElliotFriend committed Dec 9, 2024
1 parent 8b91c0f commit 9f4c675
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 @@ -16,8 +16,8 @@ const config: Config = {
url: "https://developers.stellar.org",
baseUrl: "/",
trailingSlash: false,
onBrokenLinks: "log",
onBrokenMarkdownLinks: "log",
onBrokenLinks: "warn",
onBrokenMarkdownLinks: "warn",
onBrokenAnchors: "warn",
// onBrokenLinks: "throw",
// onBrokenMarkdownLinks: "throw",
Expand Down

0 comments on commit 9f4c675

Please sign in to comment.