From b5e4b0fef8c7bfb768a9e9e0d47e8b136f9cbc1d Mon Sep 17 00:00:00 2001
From: Felix	Boerner <ich@felix-boerner.de>
Date: Fri, 31 May 2024 19:19:20 +0000
Subject: [PATCH] feat: replace deprecated .Site.GoogleAnalytics

---
 tests/exampleSiteWithImage/hugo.toml |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/tests/exampleSiteWithImage/hugo.toml b/tests/exampleSiteWithImage/hugo.toml
index b626921..de522ab 100644
--- a/tests/exampleSiteWithImage/hugo.toml
+++ b/tests/exampleSiteWithImage/hugo.toml
@@ -10,12 +10,14 @@
 relativeURLs = true
 uglyURLs = true
 
-# Enter your tracking code to enable Google Analytics
-googleAnalytics = ""
-
 # Copyright
 copyright = "&copy;2024 Your Name"
 
+[services]
+  [services.googleAnalytics]
+    # Enter your tracking code to enable Google Analytics
+    ID = ""
+
 [params]
 
   # Metadata for search engines and social sharing

--
Gitblit v1.10.0