Skip to content

Commit 8b3f214

Browse files
authored
Merge pull request #717 from jy95/jy95-patch-1
Update docusaurus.config.js
2 parents ce8aa2f + 37240c3 commit 8b3f214

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

testsite/docusaurus.config.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,15 @@ module.exports = {
1111
url: "https://jy95.github.io",
1212
baseUrl: baseUrl,
1313
onBrokenLinks: "throw",
14-
onBrokenMarkdownLinks: "warn",
1514
favicon: "img/favicon.ico",
1615
trailingSlash: false, // Needed for Gh pages - https://github.com/facebook/docusaurus/issues/5026
1716
organizationName: "jy95", // Usually your GitHub org/user name.
1817
projectName: "docusaurus-json-schema-plugin", // Usually your repo name.
18+
markdown: {
19+
hooks: {
20+
onBrokenMarkdownLinks: 'warn'
21+
}
22+
},
1923
themeConfig: {
2024
algolia: {
2125
appId: "IQ028YCDJT",

0 commit comments

Comments
 (0)