Skip to content

Commit 14459db

Browse files
authored
Update docusaurus.config.js
1 parent 0d2b14d commit 14459db

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
@@ -7,7 +7,7 @@ module.exports = {
77
tagline: 'Lightweight static analysis for many languages. Find bug variants with patterns that look like source code.',
88
url: 'https://kyle-semgrep.github.io',
99
baseUrl: '/semgrep-docs/',
10-
onBrokenLinks: 'throw',
10+
onBrokenLinks: 'warn',
1111
onBrokenMarkdownLinks: 'warn',
1212
favicon: 'img/favicon.ico',
1313
organizationName: 'semgrep', // Usually your GitHub org/user name.

0 commit comments

Comments
 (0)