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:
parent
9b3322cc43
commit
d6dc2eb954
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user