From 7bdd6605c4e70ca74d723c9fc3d4214a91ed6cf7 Mon Sep 17 00:00:00 2001 From: nacisimsek Date: Sun, 9 Jun 2024 02:06:12 +0200 Subject: [PATCH] google analytics code updated --- config/_default/config.toml | 4 ++-- themes/blowfish/config/_default/config.toml | 2 +- themes/blowfish/exampleSite/config/_default/hugo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/_default/config.toml b/config/_default/config.toml index 32dea0b..116f0ff 100644 --- a/config/_default/config.toml +++ b/config/_default/config.toml @@ -2,7 +2,7 @@ # Refer to the theme docs for more details about each of these parameters. theme = "blowfish" -baseURL = "https://n9o.xyz/" +baseURL = "https://nacisimsek.com/" defaultContentLanguage = "en" enableRobotsTXT = true @@ -12,7 +12,7 @@ summaryLength = 30 buildDrafts = false buildFuture = false -googleAnalytics = "G-R94R4YKFEC" +googleAnalytics = "G-DYQ2GMDWWL" [imaging] anchor = 'Center' diff --git a/themes/blowfish/config/_default/config.toml b/themes/blowfish/config/_default/config.toml index 632d765..42e87da 100644 --- a/themes/blowfish/config/_default/config.toml +++ b/themes/blowfish/config/_default/config.toml @@ -15,7 +15,7 @@ summaryLength = 0 buildDrafts = false buildFuture = false -# googleAnalytics = "G-XXXXXXXXX" +googleAnalytics = "G-DYQ2GMDWWL" [imaging] anchor = 'Center' diff --git a/themes/blowfish/exampleSite/config/_default/hugo.toml b/themes/blowfish/exampleSite/config/_default/hugo.toml index a02c2f9..504d07e 100644 --- a/themes/blowfish/exampleSite/config/_default/hugo.toml +++ b/themes/blowfish/exampleSite/config/_default/hugo.toml @@ -15,7 +15,7 @@ summaryLength = 30 buildDrafts = false buildFuture = false -googleAnalytics = "G-PEDMYR1V0K" +googleAnalytics = "G-DYQ2GMDWWL" [imaging] anchor = 'Center'