Hugo で Deprecation warning: .Site.GoogleAnalytics

2024-09-24

.Site.GoogleAnalytics の Deprecation に対処する

.Site.GoogleAnalytics を使おうとすると、以下のエラーが出る。

ERROR deprecated: .Site.GoogleAnalytics was deprecated in Hugo v0.120.0
and will be removed in Hugo 0.135.0. Use .Site.Config.Services.GoogleAnalytics.ID instead.

.Site.Config.Services.GoogleAnalytics.ID を使えとあるが、これはどう設定する? => config.toml に、以下を足して ID を設定することで利用可能になる。

[services]
  [services.googleAnalytics]
    ID = "G-xxxxxxxxxxxxxxx"