Skip to content

Commit

Permalink
fix(analytics): update ID (#4478)
Browse files Browse the repository at this point in the history
Replacing UA-47523816-6
  • Loading branch information
andrew-ronaldson authored Feb 18, 2025
1 parent 6b5b755 commit f84e9c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if (process.env.EXTENSIONS_ONLY === 'true') {
};
} else {
module.exports = {
googleAnalyticsID: 'UA-47523816-6',
googleAnalyticsID: 'G-XRM3R81HJ6',
algolia: {
apiKey: 'a8fb1726b78594ff97a3418757514404',
appId: '79P4ZBH7A3',
Expand Down

0 comments on commit f84e9c7

Please sign in to comment.