diff --git a/website/Makefile b/website/Makefile index 3f9747717..0c37eea3f 100644 --- a/website/Makefile +++ b/website/Makefile @@ -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: