mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
chore: remove deprecated Google UA tracking id (#9384)
This commit is contained in:
parent
1319996083
commit
77b3b54def
|
|
@ -445,7 +445,7 @@ module.exports = async function createConfigAsync() {
|
|||
},
|
||||
gtag: !(isDeployPreview || isBranchDeploy)
|
||||
? {
|
||||
trackingID: ['G-E5CR2Q1NRE', 'UA-141789564-1'],
|
||||
trackingID: ['G-E5CR2Q1NRE'],
|
||||
}
|
||||
: undefined,
|
||||
sitemap: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue