Skip to content

Commit

Permalink
chore: remove deprecated Google UA tracking id (#9384)
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber committed Oct 8, 2023
1 parent 1319996 commit 77b3b54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ module.exports = async function createConfigAsync() {
},
gtag: !(isDeployPreview || isBranchDeploy)
? {
trackingID: ['G-E5CR2Q1NRE', 'UA-141789564-1'],
trackingID: ['G-E5CR2Q1NRE'],
}
: undefined,
sitemap: {
Expand Down

0 comments on commit 77b3b54

Please sign in to comment.