Google Analytics configuration has new syntax
Total noob here, so maybe I am doing something wrong, but thats what I had to do:
Configuration in hugo.toml
Before:
`googleAnalytics = 'G-MEASUREMENT-ID'`
working:
```
[services]
[services.googleAnalytics]
ID = 'G-MEASUREMENT_ID'
```
关闭于 2024-07-29 1 条评论