diff --git a/justfile b/justfile index 922f4e8..d9de2a1 100644 --- a/justfile +++ b/justfile @@ -1,5 +1,5 @@ build: - hugo build + hugo build --cleanDestinationDir dev: hugo --buildDrafts --buildFuture server