Skip to content

Commit e76ebfc

Browse files
committed
Throw errors on broken anchors & broken Markdown links
1 parent e308471 commit e76ebfc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

website/docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ module.exports = {
99
url: 'https://scala-cli.virtuslab.org/',
1010
baseUrl: '/',
1111
onBrokenLinks: 'throw',
12-
onBrokenAnchors: 'warn',
12+
onBrokenAnchors: 'throw',
1313
markdown: {
1414
hooks: {
15-
onBrokenMarkdownLinks: 'warn'
15+
onBrokenMarkdownLinks: 'throw'
1616
}
1717
},
1818
favicon: 'img/favicon.ico',

0 commit comments

Comments
 (0)