Skip to content

Commit

Permalink
Added gtag configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
m0hamad committed Aug 22, 2024
1 parent 0ec7466 commit 42ed8f0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ const config = {
theme: {
customCss: require.resolve('./src/css/custom.css'),
},
gtag: {
trackingID: 'G-M971D063B9',
},
}),
],
],
Expand Down
3 changes: 2 additions & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@
},
"dependencies": {
"@docusaurus/core": "2.4.0",
"@docusaurus/preset-classic": "2.4.0",
"@docusaurus/plugin-content-pages": "2.4.0",
"@docusaurus/plugin-google-gtag": "^3.5.2",
"@docusaurus/preset-classic": "2.4.0",
"@mdx-js/react": "^1.6.22",
"clsx": "^1.2.1",
"nuka-carousel": "*",
Expand Down

0 comments on commit 42ed8f0

Please sign in to comment.