1
0
mirror of https://github.com/mattermost/focalboard.git synced 2025-01-26 18:48:15 +02:00

Website BASE_URL param

This commit is contained in:
Chen-I Lim 2021-01-07 15:03:33 -08:00
parent 9b3322cc43
commit d6dc2eb954

View File

@ -1,7 +1,10 @@
BASE_URL?=http://www.mattergoals.com
.PHONY: dist
dist:
rm -rf ./dist
hugo -s site --destination ../dist/html
hugo -s site --destination ../dist/html -b$(BASE_URL)
.PHONY: run
run: