From 02ab6f72fe694340f171f3195bd8f5021f1b8f40 Mon Sep 17 00:00:00 2001 From: kor Date: Mon, 15 Jul 2024 11:17:34 +0200 Subject: [PATCH] Add "broken-link-checker": "^0.7.8", --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index dce3c54b..7d3987fe 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,7 @@ }, "dependencies": { "bootstrap": "^5.3.0", + "broken-link-checker": "^0.7.8", "clsx": "^2.0.0", "@docusaurus/core": "3.4.0", "@docusaurus/preset-classic": "3.4.0",