Skip to content

Commit

Permalink
fix: fix ga id (#546)
Browse files Browse the repository at this point in the history
  • Loading branch information
daybrush committed Jul 7, 2023
1 parent a3f1a75 commit e63f1e8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion jsdoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"applicationName": "eg.InfiniteGrid",
"disqus": "egjs",
"googleAnalytics": "UA-70842526-18",
"googleAnalytics": "G-LWLTCXMENE",
"openGraph": {
"title": "",
"type": "website",
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ module.exports = {
]
},
googleAnalytics: {
trackingID: 'UA-70842526-18',
trackingID: 'G-LWLTCXMENE',
anonymizeIP: true
}
}
Expand Down
2 changes: 1 addition & 1 deletion packages/infinitegrid/.storybook/manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ addons.setConfig({


if (location.hostname.indexOf("localhost") > -1) {
window.STORYBOOK_GA_ID = "G-D9LV7W8GJF";
window.STORYBOOK_GA_ID = "G-LWLTCXMENE";
window.STORYBOOK_REACT_GA_OPTIONS = {};
}

0 comments on commit e63f1e8

Please sign in to comment.