From 5dd8820e380bb283e374202b32802aeaf25dcf61 Mon Sep 17 00:00:00 2001 From: Aroy <39088602+Aroy-Art@users.noreply.github.com> Date: Tue, 12 Jan 2021 09:29:57 +0100 Subject: [PATCH] Added Google analytics id --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 0b71fb0..03cb7dd 100644 --- a/config.toml +++ b/config.toml @@ -7,7 +7,7 @@ enableGitInfo = true version = "0.17.3" # Google Analytics tracking -googleAnalytics = "" +googleAnalytics = "G-PRFGX3RLE2" disableKinds = ["RSS", "taxonomy", "taxonomyTerm"]