fix: remove deprecated site.GoogleAnalytics (#438)

* fix: remove deprecated site.GoogleAnalytics

* ci: bump netlify Hugo version
This commit is contained in:
Xin
2024-08-18 14:41:40 +01:00
committed by GitHub
parent 852a07b15e
commit 2863a3a029
2 changed files with 2 additions and 8 deletions

View File

@ -7,6 +7,6 @@ command = "cd exampleSite && hugo --gc --minify --themesDir ../.. -b ${DEPLOY_PR
ignore = "false"
[build.environment]
HUGO_VERSION = "0.126.1"
HUGO_VERSION = "0.132.2"
GO_VERSION = "1.22.3"
NODE_VERSION = "22.2.0"