Skip to content

Commit

Permalink
Merge pull request #24 from AzureCosmosDB/sajee_ga
Browse files Browse the repository at this point in the history
Fix : Analytics and some readme issues
  • Loading branch information
sajeetharan authored Oct 8, 2024
2 parents 59b2527 + 956a754 commit 5301c1f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 8 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# Website

[![Deploy to GitHub Pages](https://github.com/Azure/ai-apps/actions/workflows/deploy-docusaurus.yml/badge.svg)](https://github.com/Azure/ai-apps/actions/workflows/deploy-docusaurus.yml)

[![pages-build-deployment](https://github.com/Azure/ai-apps/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/Azure/ai-apps/actions/workflows/pages/pages-build-deployment)

This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator.

### Installation
Expand Down
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ const config = {
[
'@docusaurus/preset-classic',
{
googleAnalytics: {
gtag: {
trackingID: 'UA-141789564-1',
anonymizeIP: true,
},
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@
"node": ">=18.0"
},
"dependencies": {
"@docusaurus/plugin-google-analytics": "^3.5.2",
"@docusaurus/plugin-google-gtag": "^2.4.3",
"@docusaurus/plugin-google-analytics": "^3.0.1",
"@fluentui/react-search": "^9.0.8",
"@popperjs/core": "^2.11.8",
"react-helmet": "^6.1.0",
Expand Down
2 changes: 1 addition & 1 deletion src/components/gallery/ShowcaseCard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function ShowcaseCard({
user: User;
coverPage: Boolean;
}): JSX.Element {
console.log("###print user",user)

const tags = user.tags;
const title = user.title;
const { colorMode } = useColorMode();
Expand Down

0 comments on commit 5301c1f

Please sign in to comment.