From a8a1f8e1a996c135390e8b6ce22bd313d60b7035 Mon Sep 17 00:00:00 2001 From: dichgrem Date: Thu, 28 Aug 2025 10:05:30 +0800 Subject: [PATCH] fix:justfile --- justfile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/justfile b/justfile index 34a771c..9d2a8ce 100644 --- a/justfile +++ b/justfile @@ -1,10 +1,4 @@ #!/usr/bin/env -S just --justfile -# ^ A shebang isn't required, but allows a justfile to be executed -# like a script, with `./justfile build`, for example. - -# Task thet using Zola and Pagefindo build site build: - # Build the si\ - te with Zola - zola build && npx pagefind --site public + zola build && npx pagefind --site public --root-selector body