Skip to content

Commit

Permalink
fix: google analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
mauroerta committed Jun 29, 2021
1 parent acfc740 commit 3e68797
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ module.exports = {
organizationName: 'VLK-STUDIO',
projectName: 'morfeo',
themeConfig: {
gtag: {
trackingId: 'G-Y3GE1C055X',
},
googleAnalytics: {
trackingId: 'UA-200678898-1',
anonymizeIP: true,
},
navbar: {
title: '',
logo: {
Expand Down Expand Up @@ -125,13 +132,6 @@ module.exports = {
theme: {
customCss: require.resolve('./src/css/custom.css'),
},
gtag: {
trackingId: 'G-Y3GE1C055X',
},
googleAnalytics: {
trackingId: 'UA-200678898-1',
anonymizeIP: true,
},
},
],
],
Expand Down

0 comments on commit 3e68797

Please sign in to comment.