Skip to content

Commit 61d3f50

Browse files
authored
Add Faster (#54)
1 parent 6a86560 commit 61d3f50

3 files changed

Lines changed: 1109 additions & 1 deletion

File tree

docs/docusaurus.config.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ export default {
66
url: 'https://scottoffen.github.io',
77
baseUrl: '/fluenthttpclient/',
88
onBrokenLinks: 'warn',
9-
onBrokenMarkdownLinks: 'warn',
9+
markdown: {
10+
hooks: {
11+
onBrokenMarkdownLinks: 'warn',
12+
},
13+
},
1014
favicon: 'img/favicon.ico',
1115
trailingSlash: false,
1216

0 commit comments

Comments
 (0)