Skip to content

Commit

Permalink
Merge pull request #19 from randlabs/fix/GA4
Browse files Browse the repository at this point in the history
fix gtag preset
  • Loading branch information
elranu authored May 18, 2023
2 parents dd060a3 + 8d978e2 commit 7bebf93
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,9 @@ module.exports = {
// Please change this to your repo.
editUrl: 'https://github.com/randlabs/myalgo-connect-homepage/edit/master',
},
googleAnalytics: {
gtag: {
trackingID: 'G-KBVMSBV1Z1',
anonymizeIP: true,
},
theme: {
customCss: require.resolve('./src/css/custom.css'),
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "homepage",
"version": "1.3.5",
"version": "1.3.6",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down

0 comments on commit 7bebf93

Please sign in to comment.