Update netlify.toml

Signed-off-by: hossainemruz <hossainemruz@gmail.com>
This commit is contained in:
hossainemruz 2023-11-23 15:02:20 +06:00
parent 40d121bf2c
commit 434061ea6b

View file

@ -1,6 +1,6 @@
[build] [build]
command = "cd exampleSite && hugo --gc --minify" command = "cd exampleSite && hugo --gc --minify"
publish = "public" publish = "exampleSite/public"
[context.production.environment] [context.production.environment]
HUGO_ENABLEGITINFO = "true" HUGO_ENABLEGITINFO = "true"