Skip to content

Commit 37240c3

Browse files
authored
Update docusaurus.config.js
1 parent ce8aa2f commit 37240c3

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)