netlify: add -b parameter to build command

This commit is contained in:
Marcin Mierzejewski
2020-10-09 11:16:13 +02:00
committed by GitHub
parent 37763868ca
commit af81582d7e

View File

@@ -1,6 +1,6 @@
[build]
publish = "public"
command = "hugo --gc --minify"
command = "hugo --gc --minify -b $URL"
[context.production.environment]
HUGO_VERSION = "0.69.2"