Skip to content

Commit

Permalink
Added Google Analytics tags on Docs (#1595)
Browse files Browse the repository at this point in the history
- Added Google Analytics tag for analyzing Docs website.
  • Loading branch information
lucaseduoli authored Apr 3, 2024
2 parents 90a81a1 + bb19694 commit f3be085
Show file tree
Hide file tree
Showing 4 changed files with 370 additions and 8 deletions.
4 changes: 4 additions & 0 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ module.exports = {
path: "docs",
// sidebarPath: 'sidebars.js',
},
gtag: {
trackingID: 'G-SLQFLQ3KPT',
anonymizeIP: true,
},
theme: {
customCss: [
require.resolve("@code-hike/mdx/styles.css"),
Expand Down
Loading

0 comments on commit f3be085

Please sign in to comment.