From 09f7744e339a40e3b2848170ddf18e02afba4c74 Mon Sep 17 00:00:00 2001 From: Tiger Kaovilai Date: Mon, 2 Oct 2023 15:07:40 -0400 Subject: [PATCH] remove `site/` prefix from publish Signed-off-by: Tiger Kaovilai --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index ed2de9787..d270f9aba 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,7 +1,7 @@ [build] base = "site/" command = "hugo --gc --minify" - publish = "site/public" + publish = "public" [context.production.environment] HUGO_VERSION = "0.73.0"