summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--netlify.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/netlify.toml b/netlify.toml
index 5e671c6..240d8aa 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -15,13 +15,13 @@
HUGO_ENV = 'production'
[context.deploy-preview]
- command = 'hugo --gc --minify ---buildDrafts --buildFuture -b $DEPLOY_PRIME_URL'
+ command = 'hugo --gc --minify --buildDrafts --buildFuture --baseURL $DEPLOY_PRIME_URL'
[context.deploy-preview.environment]
HUGO_VERSION = '0.99.1'
[context.branch-deploy]
- command = 'hugo --gc --minify -b $DEPLOY_PRIME_URL'
+ command = 'hugo --gc --minify --baseURL $DEPLOY_PRIME_URL'
[context.branch-deploy.environment]
HUGO_VERSION = '0.99.1'