From 434061ea6b47bad0e263f33822ead085ce268e73 Mon Sep 17 00:00:00 2001 From: hossainemruz Date: Thu, 23 Nov 2023 15:02:20 +0600 Subject: [PATCH] Update netlify.toml Signed-off-by: hossainemruz --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index f38596a..57a98eb 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,6 +1,6 @@ [build] command = "cd exampleSite && hugo --gc --minify" -publish = "public" +publish = "exampleSite/public" [context.production.environment] HUGO_ENABLEGITINFO = "true"