diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2023-02-25 23:36:06 +0000 |
|---|---|---|
| committer | Ellie Huxtable <ellie@elliehuxtable.com> | 2023-02-25 23:36:06 +0000 |
| commit | 89d3e02931cc8430de492a843ad5273db739e82a (patch) | |
| tree | 43b4c6e385307d895e8222f3163dbabf58592bad /docs/docusaurus.config.js | |
| parent | Fix website build (diff) | |
| download | atuin-89d3e02931cc8430de492a843ad5273db739e82a.zip | |
I think the link checker gets it wrong sometimes
Diffstat (limited to 'docs/docusaurus.config.js')
| -rw-r--r-- | docs/docusaurus.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 18c75ff7..1eb08e73 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -21,7 +21,7 @@ const config = { organizationName: 'ellie', // Usually your GitHub org/user name. projectName: 'atuin', // 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 |
