I think the link checker gets it wrong sometimes
This commit is contained in:
parent
7ed0df49d6
commit
89d3e02931
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ const config = {
|
||||||
organizationName: 'ellie', // Usually your GitHub org/user name.
|
organizationName: 'ellie', // Usually your GitHub org/user name.
|
||||||
projectName: 'atuin', // Usually your repo name.
|
projectName: 'atuin', // Usually your repo name.
|
||||||
|
|
||||||
onBrokenLinks: 'throw',
|
onBrokenLinks: 'warn',
|
||||||
onBrokenMarkdownLinks: 'warn',
|
onBrokenMarkdownLinks: 'warn',
|
||||||
|
|
||||||
// Even if you don't use internalization, you can use this field to set useful
|
// Even if you don't use internalization, you can use this field to set useful
|
||||||
|
|
Loading…
Reference in a new issue