From b743fb2e686ce40ca71f064357dc1fd49aa35bb4 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Sun, 8 Aug 2021 16:37:32 +0200 Subject: [PATCH] build: makefile: change title on dev deployment --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bf1e0a3..215bdab 100644 --- a/Makefile +++ b/Makefile @@ -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: