Skip to content

Commit 33fb2d6

Browse files
committed
warn on link checker only
1 parent 6df5fa3 commit 33fb2d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const config = {
3333
// url: process.env.VERCEL_URL ? `https://${process.env.VERCEL_URL}` : 'https://bookish-disco-5997zvo.pages.github.io',
3434
baseUrl: '/docs/',
3535
baseUrlIssueBanner: true,
36-
onBrokenLinks: 'throw',
36+
onBrokenLinks: 'warn',
3737
onBrokenMarkdownLinks: 'throw',
3838
onDuplicateRoutes: 'throw',
3939
// onBrokenAnchors: 'throw',

0 commit comments

Comments
 (0)