We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82d0ded commit 796d654Copy full SHA for 796d654
docusaurus.config.js
@@ -7,7 +7,11 @@ module.exports = {
7
baseUrl: process.env.BASE_URL || "/",
8
trailingSlash: true,
9
onBrokenLinks: "ignore",
10
- onBrokenMarkdownLinks: "warn",
+ markdown: {
11
+ hooks: {
12
+ onBrokenMarkdownLinks: "warn",
13
+ },
14
15
favicon: "img/favicon.ico",
16
organizationName: "PecanProject", // Usually your GitHub org/user name.
17
projectName: "PecanProject.github.io", // Usually your repo name.
0 commit comments