We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9887406 + 4474498 commit 76aa346Copy full SHA for 76aa346
docusaurus.config.ts
@@ -56,7 +56,7 @@ const config: Config = {
56
organizationName: 'HarperDB', // Usually your GitHub org/user name.
57
projectName: 'documentation', // Usually your repo name.
58
59
- onBrokenLinks: 'warn',
+ onBrokenLinks: 'throw',
60
onBrokenMarkdownLinks: 'warn',
61
62
plugins: [
0 commit comments