chore: remove deprecated Google UA tracking id (#9384)

This commit is contained in:
Sébastien Lorber 2023-10-08 19:28:48 +02:00 committed by GitHub
parent 1319996083
commit 77b3b54def
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -445,7 +445,7 @@ module.exports = async function createConfigAsync() {
}, },
gtag: !(isDeployPreview || isBranchDeploy) gtag: !(isDeployPreview || isBranchDeploy)
? { ? {
trackingID: ['G-E5CR2Q1NRE', 'UA-141789564-1'], trackingID: ['G-E5CR2Q1NRE'],
} }
: undefined, : undefined,
sitemap: { sitemap: {