Skip to content

Commit e222f31

Browse files
committed
Attempting to fix some issues with Docusaurus
1 parent 4d99160 commit e222f31

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

docusaurus.config.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,13 @@ const config: Config = {
2626
projectName: 'WeatherStack', // Usually your repo name.
2727

2828
onBrokenLinks: 'warn', //'throw',
29-
onBrokenMarkdownLinks: 'warn',
29+
//onBrokenMarkdownLinks: 'warn',
30+
31+
markdown: {
32+
hooks: {
33+
onBrokenMarkdownLinks: "warn"
34+
}
35+
},
3036

3137
// Even if you don't use internationalization, you can use this field to set
3238
// useful metadata like html lang. For example, if your site is Chinese, you

0 commit comments

Comments
 (0)