Skip to content

Commit

Permalink
Add Google Analytics tracking to Docusaurus configuration (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
arpita0911patel authored Sep 12, 2024
2 parents 1008c5e + 488411e commit 1ed7bba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ const config = {
"classic",
/** @type {import('@docusaurus/preset-classic').Options} */
({
gtag: {
trackingID: 'G-TQW7CE7E2P',
anonymizeIP: true,
},
blog: {
blogTitle: "DocuHub blog!",
blogDescription: "A DocuHub powered blog!",
Expand Down

0 comments on commit 1ed7bba

Please sign in to comment.