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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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"