build: makefile: change title on dev deployment

This commit is contained in:
Bruno BELANYI 2021-08-08 16:37:32 +02:00
parent e96fbee9dd
commit ab3e1ca30d
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ all: build-dev
.PHONY: build-dev
build-dev:
HUGO_BASEURL=https://dev.belanyi.fr hugo -D -F
HUGO_TITLE="Ambroisie's dev blog" HUGO_BASEURL=https://dev.belanyi.fr hugo -D -F
.PHONY: build-prod
build-prod: