Skip to content

Commit

Permalink
allow broken links on 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-rp committed Sep 16, 2024
1 parent 0cb807f commit ef5410f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const config = {
tagline: 'data load tool',
url: 'https://dlthub.com',
baseUrl: process.env.DOCUSAURUS_BASE_URL || '/docs',
onBrokenLinks: 'throw',
onBrokenLinks: 'warn',
onBrokenMarkdownLinks: 'throw',
favicon: 'img/favicon.ico',
staticDirectories: ['public', 'static'],
Expand Down

0 comments on commit ef5410f

Please sign in to comment.