Skip to content

Commit d63c868

Browse files
committed
fix: correct deprecated settings
1 parent 2e9b5b8 commit d63c868

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docusaurus.config.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,12 @@ const config: Config = {
2222
projectName: "trustification.github.io", // Usually your repo name.
2323

2424
onBrokenLinks: "throw",
25-
onBrokenMarkdownLinks: "warn",
25+
26+
markdown: {
27+
hooks: {
28+
onBrokenMarkdownLinks: "warn",
29+
}
30+
},
2631

2732
// Even if you don't use internationalization, you can use this field to set
2833
// useful metadata like html lang. For example, if your site is Chinese, you

0 commit comments

Comments
 (0)