add gtag configuration (#119)

Co-authored-by: HEREYUA <[email protected]>
Reviewed-on: https://gitea.com/gitea/gitea-docusaurus/pulls/119
Reviewed-by: Lunny Xiao <[email protected]>
Reviewed-by: Jason Song <[email protected]>
Co-authored-by: liuyu <[email protected]>
Co-committed-by: liuyu <[email protected]>
This commit is contained in:
liuyu
2024-03-19 13:39:51 +00:00
committed by Jason Song
co-authored by HEREYUA
parent 90d5800117
commit bd6c7af320
+3
View File
@@ -138,6 +138,9 @@ const config = {
customCss: require.resolve('./src/css/custom.css'),
},
pages: pageConfig,
gtag: {
trackingID: 'G-KHM0KYT506'
},
}),
],
apiConfig,