We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e308471 commit e76ebfcCopy full SHA for e76ebfc
1 file changed
website/docusaurus.config.js
@@ -9,10 +9,10 @@ module.exports = {
9
url: 'https://scala-cli.virtuslab.org/',
10
baseUrl: '/',
11
onBrokenLinks: 'throw',
12
- onBrokenAnchors: 'warn',
+ onBrokenAnchors: 'throw',
13
markdown: {
14
hooks: {
15
- onBrokenMarkdownLinks: 'warn'
+ onBrokenMarkdownLinks: 'throw'
16
}
17
},
18
favicon: 'img/favicon.ico',
0 commit comments