Skip to content

Commit

Permalink
Merge pull request #23 from AzureCosmosDB/sajee_fixes
Browse files Browse the repository at this point in the history
update to track analytics
  • Loading branch information
sajeetharan authored Oct 8, 2024
2 parents 7fd1f0c + 153b7ff commit 59b2527
Show file tree
Hide file tree
Showing 3 changed files with 3,316 additions and 79 deletions.
12 changes: 7 additions & 5 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,15 +144,17 @@ const config = {
// CONFIG: Set presets for chosen theme
presets: [
[
"@docusaurus/preset-classic",
'@docusaurus/preset-classic',
{
gtag: {
trackingID: "G-CNSKHL41CT",
googleAnalytics: {
trackingID: 'UA-141789564-1',
anonymizeIP: true,
},
theme: {
customCss: require.resolve("./src/css/custom.css"),
},
},
}
}

],
],
};
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,12 @@
"node": ">=18.0"
},
"dependencies": {
"@docusaurus/plugin-google-analytics": "^3.5.2",
"@docusaurus/plugin-google-gtag": "^2.4.3",
"@fluentui/react-search": "^9.0.8",
"@popperjs/core": "^2.11.8",
"react-helmet": "^6.1.0",
"scheduler": "^0.20.2",
"@docusaurus/plugin-google-gtag": "^2.4.3",
"search-insights": "^2.11.0"
}
}
Loading

0 comments on commit 59b2527

Please sign in to comment.