Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mrmierzejewski/hugo-theme-console.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Mierzejewski <363651+mrmierzejewski@users.noreply.github.com>2020-10-09 12:16:13 +0300
committerGitHub <noreply@github.com>2020-10-09 12:16:13 +0300
commitaf81582d7e5cdce3c08ec4cda7692cb5126f2c7c (patch)
tree6447b7cc73ef23cae15e4781ed641b6791abc8fc
parent37763868caff133f08ad4a6cccc28447e680598e (diff)
netlify: add -b parameter to build command
-rw-r--r--netlify.toml2
1 files changed, 1 insertions, 1 deletions
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"