mirror of
https://gitea.com/gitea/docs.git
synced 2026-09-20 04:58:52 +00:00
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:
committed by
Jason Song
co-authored by
HEREYUA
parent
90d5800117
commit
bd6c7af320
@@ -138,6 +138,9 @@ const config = {
|
|||||||
customCss: require.resolve('./src/css/custom.css'),
|
customCss: require.resolve('./src/css/custom.css'),
|
||||||
},
|
},
|
||||||
pages: pageConfig,
|
pages: pageConfig,
|
||||||
|
gtag: {
|
||||||
|
trackingID: 'G-KHM0KYT506'
|
||||||
|
},
|
||||||
}),
|
}),
|
||||||
],
|
],
|
||||||
apiConfig,
|
apiConfig,
|
||||||
|
|||||||
Reference in New Issue
Block a user