From 97e4008329c5d753d69d51c484cc99f17abe1608 Mon Sep 17 00:00:00 2001 From: James Panther <4462786+jpanther@users.noreply.github.com> Date: Wed, 25 Aug 2021 16:04:43 +1000 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Update=20Netlify=20build=20comma?= =?UTF-8?q?nds?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- netlify.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/netlify.toml b/netlify.toml index e3c2e616..f0cb3aa1 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,5 +1,5 @@ [build] - command = "cd exampleSite && hugo --gc --minify -b $URL" + command = "cd exampleSite && hugo --gc --minify" publish = "exampleSite/public" [build.environment] @@ -11,13 +11,13 @@ HUGO_VERSION = "0.86.1" HUGO_ENV = "production" [context.deploy-preview] -command = "hugo --gc --minify -b $DEPLOY_PRIME_URL" +command = "cd exampleSite && hugo --gc --minify -b $DEPLOY_PRIME_URL" [context.deploy-preview.environment] HUGO_VERSION = "0.86.1" [context.branch-deploy] -command = "hugo --gc --minify -b $DEPLOY_PRIME_URL" +command = "cd exampleSite && hugo --gc --minify -b $DEPLOY_PRIME_URL" [context.branch-deploy.environment] HUGO_VERSION = "0.86.1"