Update netlify.toml

This commit is contained in:
Guru Sabarish
2022-12-07 12:01:16 +05:30
committed by GitHub
parent 009f58d863
commit ea22cf364b
+1 -1
View File
@@ -1,6 +1,6 @@
[build]
publish = "exampleSite/public"
command = "cd exampleSite && hugo --gc --minify --themesDir ../.."
command = "cd exampleSite && echo -e '\ngoogleAnalytics: $GOOGLE_ANALYTICS \n' >> config.yaml && hugo --gc --minify --themesDir ../.."
[context.production.environment]
HUGO_VERSION = "0.92.0"