From af81582d7e5cdce3c08ec4cda7692cb5126f2c7c Mon Sep 17 00:00:00 2001 From: Marcin Mierzejewski <363651+mrmierzejewski@users.noreply.github.com> Date: Fri, 9 Oct 2020 11:16:13 +0200 Subject: netlify: add -b parameter to build command --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index a46b7ee..aa090c6 100644 --- a/netlify.toml +++ b/netlify.toml @@ -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" -- cgit v1.2.3