Skip to content

Commit

Permalink
feat(sendsay-docs): add google analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
Lullabyq committed Dec 22, 2022
1 parent 185d1ec commit eb37522
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,14 @@ const config = {
theme: {
customCss: require.resolve('./src/css/custom.css'),
},
googleAnalytics: {
trackingID: 'UA-2163144-25',
anonymizeIP: true,
},
gtag: {
trackingID: 'G-J9J5B5KXY8',
anonymizeIP: true,
},
}),
],
],
Expand Down

0 comments on commit eb37522

Please sign in to comment.