fixed link

This commit is contained in:
2025-11-02 09:59:50 +01:00
parent f0eaac9311
commit 89c07d2166
2 changed files with 2 additions and 6 deletions
+1 -5
View File
@@ -1,6 +1,4 @@
BASE_URL := https://agres.online/
DEST := public
HUGO := hugo
build:
cd blog && hugo --cleanDestinationDir --minify -b $(BASE_URL)
@@ -9,8 +7,6 @@ serve:
cd blog && hugo serve -D --cleanDestinationDir
clean:
cd blog && rm -rf ./public/*
cd blog && rm -rf ./public/*
.PHONY: build serve clean