Skip to content

Commit 796d654

Browse files
committed
fix build warning
1 parent 82d0ded commit 796d654

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docusaurus.config.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@ module.exports = {
77
baseUrl: process.env.BASE_URL || "/",
88
trailingSlash: true,
99
onBrokenLinks: "ignore",
10-
onBrokenMarkdownLinks: "warn",
10+
markdown: {
11+
hooks: {
12+
onBrokenMarkdownLinks: "warn",
13+
},
14+
},
1115
favicon: "img/favicon.ico",
1216
organizationName: "PecanProject", // Usually your GitHub org/user name.
1317
projectName: "PecanProject.github.io", // Usually your repo name.

0 commit comments

Comments
 (0)