Skip to content

Commit

Permalink
onBrokenLinks: warn
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-p committed Jan 14, 2024
1 parent c6edbe2 commit f4ed3bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const config = {
organizationName: 'algorandfoundation', // Usually your GitHub org/user name.
projectName: 'tealscript', // Usually your repo name.

onBrokenLinks: 'throw',
onBrokenLinks: 'warn',
onBrokenMarkdownLinks: 'warn',

// Even if you don't use internalization, you can use this field to set useful
Expand Down

0 comments on commit f4ed3bb

Please sign in to comment.