ITADN

Google Analytics configuration has new syntax

#649Closedrserbitar 创建于 2024-07-28
R
rserbitarcommented
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 条评论