Skip to content

Commit

Permalink
okey remove gtag (after test)
Browse files Browse the repository at this point in the history
  • Loading branch information
raphamorim committed Nov 14, 2024
1 parent a1635d0 commit e6bfca3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
8 changes: 4 additions & 4 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@ const config = {
require.resolve('./src/css/custom.css'),
],
},
gtag: {
trackingID: 'G-6MKJ1X7CFS',
anonymizeIP: true,
},
// gtag: {
// trackingID: '---------',
// anonymizeIP: true,
// },
}),
],
],
Expand Down
1 change: 0 additions & 1 deletion docs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
},
"dependencies": {
"@docusaurus/core": "^3.6.1",
"@docusaurus/plugin-google-gtag": "^3.6.1",
"@docusaurus/preset-classic": "^3.6.1",
"@docusaurus/theme-search-algolia": "^3.5.2",
"@mdx-js/react": "3.0.0",
Expand Down

0 comments on commit e6bfca3

Please sign in to comment.