Skip to content

Commit

Permalink
Add gtag configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
m0hamad committed Aug 22, 2024
1 parent 293ef06 commit 42fe663
Show file tree
Hide file tree
Showing 3 changed files with 10,559 additions and 0 deletions.
3 changes: 3 additions & 0 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ const config = {
theme: {
customCss: require.resolve("./src/css/custom.css"),
},
gtag: {
trackingID: "G-M971D063B9",
},
}),
],
],
Expand Down
1 change: 1 addition & 0 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
},
"dependencies": {
"@docusaurus/core": "2.4.0",
"@docusaurus/plugin-google-gtag": "^3.5.2",
"@docusaurus/preset-classic": "2.4.0",
"@mdx-js/react": "^1.6.22",
"autoprefixer": "^10.4.14",
Expand Down
Loading

0 comments on commit 42fe663

Please sign in to comment.