From 5dfe840899a9db0771055590686be145479e5261 Mon Sep 17 00:00:00 2001 From: wakadakawaka Date: Mon, 16 Jun 2025 21:51:10 +0500 Subject: [PATCH] edit --- update-site.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update-site.bat b/update-site.bat index f61385a..0cf9a7f 100644 --- a/update-site.bat +++ b/update-site.bat @@ -5,7 +5,7 @@ echo Updating project... git reset --hard git clean -fd git pull -call python "C:\scripts\add-slug.py" "C:\kb-personal\src\content\docs\knowledge-base" +call python ".\add-slug.py" ".\src\content\docs\knowledge-base" call npm install call npm run build