We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d99160 commit e222f31Copy full SHA for e222f31
1 file changed
docusaurus.config.ts
@@ -26,7 +26,13 @@ const config: Config = {
26
projectName: 'WeatherStack', // Usually your repo name.
27
28
onBrokenLinks: 'warn', //'throw',
29
- onBrokenMarkdownLinks: 'warn',
+ //onBrokenMarkdownLinks: 'warn',
30
+
31
+ markdown: {
32
+ hooks: {
33
+ onBrokenMarkdownLinks: "warn"
34
+ }
35
+ },
36
37
// Even if you don't use internationalization, you can use this field to set
38
// useful metadata like html lang. For example, if your site is Chinese, you
0 commit comments