Skip to content

Commit 0f50575

Browse files
authored
fix: fail build on broken links (ory#734)
Closes ory#731
1 parent dc8bafe commit 0f50575

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docusaurus.config.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ module.exports = {
5858
url: `https://www.ory.sh`,
5959
baseUrl: '/docs/',
6060
favicon: 'img/favico.png',
61-
onBrokenLinks: 'error',
62-
onBrokenMarkdownLinks: 'error',
61+
onBrokenLinks: 'throw',
62+
onBrokenMarkdownLinks: 'throw',
6363
onDuplicateRoutes: 'error',
6464
organizationName: 'ory',
6565
projectName: 'docs',

0 commit comments

Comments
 (0)