mirror of
https://github.com/mattermost/focalboard.git
synced 2025-02-04 19:15:49 +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
|
.PHONY: dist
|
||||||
dist:
|
dist:
|
||||||
rm -rf ./dist
|
rm -rf ./dist
|
||||||
hugo -s site --destination ../dist/html
|
hugo -s site --destination ../dist/html -b$(BASE_URL)
|
||||||
|
|
||||||
.PHONY: run
|
.PHONY: run
|
||||||
run:
|
run:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user