Skip to content

Commit 97f4e7a

Browse files
committed
update docusaurus dependency to 3.9.2
1 parent bc244af commit 97f4e7a

3 files changed

Lines changed: 2750 additions & 1779 deletions

File tree

frontend/docusaurus.config.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,14 @@ const config: Config = {
4242
},
4343

4444
onBrokenLinks: "ignore",
45-
onBrokenMarkdownLinks: "ignore",
4645
onBrokenAnchors: "ignore",
4746

47+
markdown: {
48+
hooks: {
49+
onBrokenMarkdownLinks: "ignore",
50+
},
51+
},
52+
4853
// Even if you don't use internationalization, you can use this field to set
4954
// useful metadata like html lang. For example, if your site is Chinese, you
5055
// may want to replace "en" with "zh-Hans".

0 commit comments

Comments
 (0)