From f411349c20eaf01b6c538c5c445f09bf7ec6f03a Mon Sep 17 00:00:00 2001 From: Guru Sabarish Date: Wed, 14 Dec 2022 00:25:39 +0530 Subject: [PATCH] Update netlify.toml --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 4314bda2..1640b09c 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,6 +1,6 @@ [build] publish = "exampleSite/public" -command = 'cd exampleSite && echo -e "\ngoogleAnalytics: $GOOGLE_ANALYTICS \n disqusShortname: $DISQUS_SHORTNAME \n" >> config.yaml && hugo --gc --minify --themesDir ../..' +command = 'cd exampleSite && echo -e "\ngoogleAnalytics: $GOOGLE_ANALYTICS \ndisqusShortname: $DISQUS_SHORTNAME \n" >> config.yaml && hugo --gc --minify --themesDir ../..' [context.production.environment] HUGO_VERSION = "0.92.0"