Skip to content

Commit

Permalink
fix website GA config (#3057)
Browse files Browse the repository at this point in the history
  • Loading branch information
Simek authored Apr 6, 2022
1 parent bd4383c commit 22ddb38
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,12 @@ module.exports = {
require.resolve('./src/css/versions.scss'),
],
},
googleAnalytics: {
trackingID: 'UA-41298772-2',
},
gtag: {
trackingID: 'UA-41298772-2',
},
}),
],
],
Expand Down Expand Up @@ -357,12 +363,6 @@ module.exports = {
indexName: 'react-native-v2',
contextualSearch: true,
},
googleAnalytics: {
trackingID: 'UA-41298772-2',
},
gtag: {
trackingID: 'UA-41298772-2',
},
metadata: [
{
property: 'og:image',
Expand Down

0 comments on commit 22ddb38

Please sign in to comment.