From 277fb90325461bb2959c839d87bcab79e147a209 Mon Sep 17 00:00:00 2001 From: James Panther <4462786+jpanther@users.noreply.github.com> Date: Wed, 25 Aug 2021 17:07:31 +1000 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Add=20baseURL=20back=20into=20Ne?= =?UTF-8?q?tlify=20build=20command?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index f0cb3aa1..3e490f2b 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,5 +1,5 @@ [build] - command = "cd exampleSite && hugo --gc --minify" + command = "cd exampleSite && hugo --gc --minify -b $URL" publish = "exampleSite/public" [build.environment]