Skip to content

Commit

Permalink
change broken links error to log only
Browse files Browse the repository at this point in the history
  • Loading branch information
MadcapJake committed Feb 2, 2024
1 parent 87b5663 commit 8c313d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const config = {
organizationName: 'govuliel', // Usually your GitHub org/user name.
projectName: 'hyo', // Usually your repo name.

onBrokenLinks: 'throw',
onBrokenLinks: 'log',
onBrokenMarkdownLinks: 'warn',

plugins: [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"@lunaticmuch/docusaurus-terminology": "^1.2.1",
"@mdx-js/react": "^1.6.22",
"clsx": "^1.2.1",
"csv": "^6.3.6",
"prism-react-renderer": "^1.3.5",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"csv": "^6.3.6",
"zx": "github:google/zx"
},
"devDependencies": {
Expand Down

0 comments on commit 8c313d8

Please sign in to comment.