From bb6624513223093219b595109d96d50291cabc0d Mon Sep 17 00:00:00 2001 From: Dawid Rycerz Date: Fri, 19 Dec 2025 14:43:27 +0100 Subject: Add fediverse blogpost --- .husky/pre-commit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.husky/pre-commit') diff --git a/.husky/pre-commit b/.husky/pre-commit index 32f797b..bb78b27 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -43,7 +43,7 @@ fi # Check if dist directory exists before running lychee if [ -d "dist" ]; then echo "🔗 Running lychee check on dist directory..." - lychee src/content --no-progress --exclude-private --max-retries 1 --timeout 10 + lychee src/content --no-progress --exclude-private --max-retries 1 --timeout 10 --root-dir dist if [ $? -ne 0 ]; then echo "⚠️ Lychee found broken links (this won't block the commit)" fi -- cgit v1.2.3