Skip to content

Commit f3bcdf6

Browse files
gouravjshahclaude
andcommitted
fix: Revert markdown config to use deprecated but working option
The new markdown.onBrokenMarkdownLinks path is not yet supported in Docusaurus 3.9.2. Revert to the deprecated but working config option. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 311c81b commit f3bcdf6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docusaurus.config.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,7 @@ const config = {
1717
trailingSlash: false,
1818

1919
onBrokenLinks: 'throw',
20-
21-
markdown: {
22-
onBrokenMarkdownLinks: 'warn',
23-
},
20+
onBrokenMarkdownLinks: 'warn',
2421

2522
i18n: {
2623
defaultLocale: 'en',

0 commit comments

Comments
 (0)