From 5ab6b19681b4bb5d5166a1167a4ad3ee80180889 Mon Sep 17 00:00:00 2001 From: James Panther <4462786+jpanther@users.noreply.github.com> Date: Tue, 24 Aug 2021 17:41:24 +1000 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Update=20Netlify=20publish=20pat?= =?UTF-8?q?h?= 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 0542f903..9debf2b3 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,7 +1,7 @@ [build] base = "exampleSite" command = "hugo --minify" - publish = "exampleSite/public" + publish = "public" [build.environment] HUGO_VERSION = "0.86.1"