Skip to content

Commit

Permalink
fix: warn about broken links instead of failing
Browse files Browse the repository at this point in the history
  • Loading branch information
pd93 committed Apr 3, 2024
1 parent d1dde36 commit 898e456
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ const config: Config = {
tagline: 'A task runner / simpler Make alternative written in Go ',
url: 'https://taskfile.dev',
baseUrl: '/',
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'throw',
onBrokenLinks: 'warn',
onBrokenMarkdownLinks: 'warn',
favicon: 'img/favicon.ico',

organizationName: 'go-task',
Expand Down

0 comments on commit 898e456

Please sign in to comment.