mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-29 10:17:55 +02:00
chore: remove deprecated Google UA tracking id (#9384)
This commit is contained in:
parent
1319996083
commit
77b3b54def
1 changed files with 1 additions and 1 deletions
|
@ -445,7 +445,7 @@ module.exports = async function createConfigAsync() {
|
|||
},
|
||||
gtag: !(isDeployPreview || isBranchDeploy)
|
||||
? {
|
||||
trackingID: ['G-E5CR2Q1NRE', 'UA-141789564-1'],
|
||||
trackingID: ['G-E5CR2Q1NRE'],
|
||||
}
|
||||
: undefined,
|
||||
sitemap: {
|
||||
|
|
Loading…
Add table
Reference in a new issue