Add gtag configuration (#359)

Co-authored-by: HEREYUA <1240335630@qq.com>
Reviewed-on: https://gitea.com/gitea/blog/pulls/359
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-by: Jason Song <i@wolfogre.com>
Co-authored-by: liuyu <liuyu@noreply.gitea.com>
Co-committed-by: liuyu <liuyu@noreply.gitea.com>
This commit is contained in:
liuyu 2024-03-19 08:10:33 +00:00 committed by Jason Song
parent 1661f950d8
commit 0c3ba75bae
1 changed files with 3 additions and 0 deletions

View File

@ -171,6 +171,9 @@ const config = {
theme: {
customCss: require.resolve('./src/css/custom.css'),
},
gtag: {
trackingID: 'G-BLKS03QEDY'
},
}),
],
],