From c483f30ceae2f2b41fea69fda997245336d8a84c Mon Sep 17 00:00:00 2001 From: Avinal Kumar Date: Tue, 24 Jan 2023 17:06:51 +0530 Subject: [PATCH] fix goatcounter Signed-off-by: Avinal Kumar --- elm-land.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/elm-land.json b/elm-land.json index 9d6472c..9365db2 100644 --- a/elm-land.json +++ b/elm-land.json @@ -38,6 +38,10 @@ { "name": "theme-color", "content": "#ffffff" + }, + { + "name": "description", + "content": "" } ], "link": [ @@ -85,7 +89,7 @@ }, { "data-goatcounter": "https://avinal.goatcounter.com/count", - "async src": "https://gc.zgo.at/count.js" + "async src": "//gc.zgo.at/count.js" } ] },