Skip to content

Commit

Permalink
chore(website): Warn on broken links
Browse files Browse the repository at this point in the history
To unblock builds. Typedoc is not properly resolving a class, let's investigate this separately.
  • Loading branch information
fb55 authored Jan 2, 2024
1 parent 220e3e9 commit 3244bfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const config = {
url: packageJson.homepage,
baseUrl: '/',
trailingSlash: false,
onBrokenLinks: 'throw',
onBrokenLinks: 'warn',
onBrokenMarkdownLinks: 'warn',
favicon: 'img/favicon.ico',

Expand Down

0 comments on commit 3244bfa

Please sign in to comment.