Skip to content

Commit

Permalink
chore: skip broken links for now
Browse files Browse the repository at this point in the history
Signed-off-by: Florent BENOIT <[email protected]>
  • Loading branch information
benoitf committed Feb 21, 2024
1 parent 1a21aea commit b01ac67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const config = {
title: 'Podman Desktop',
url: inDevMode ? 'http://localhost:3000' : 'https://podman-desktop.io',
baseUrl: '/',
onBrokenLinks: 'throw',
onBrokenLinks: 'warn',
onBrokenMarkdownLinks: 'warn',
favicon: 'img/favicon.ico',
organizationName: 'containers',
Expand Down

0 comments on commit b01ac67

Please sign in to comment.