Skip to content

Commit 6b1eaf1

Browse files
committed
fix: docusaurus config
1 parent af7937c commit 6b1eaf1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docusaurus.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ const config = {
1313
tagline: "Let's build amazing things together",
1414
url: 'https://devs.aragon.org',
1515
baseUrl: '/',
16-
onBrokenLinks: 'ignore',
17-
onBrokenMarkdownLinks: 'ignore',
18-
onBrokenAnchors: 'ignore',
16+
onBrokenLinks: 'throw',
17+
onBrokenMarkdownLinks: 'throw',
18+
onBrokenAnchors: 'throw',
1919

2020
favicon: 'img/Aragon-logo-circle.png',
2121

0 commit comments

Comments
 (0)