Skip to content

Commit

Permalink
chore: 🤖 use different google tag library
Browse files Browse the repository at this point in the history
  • Loading branch information
heldrida committed Sep 7, 2023
1 parent 1522314 commit 08c0fb4
Show file tree
Hide file tree
Showing 3 changed files with 6,235 additions and 6,230 deletions.
5 changes: 2 additions & 3 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,8 @@ const config = {
theme: {
customCss: require.resolve('./src/css/custom.css'),
},
gtag: {
trackingID: 'GTM-PC422SF',
anonymizeIP: true,
googleTagManager: {
containerId: 'GTM-PC422SF',
},
}),
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"dependencies": {
"@docusaurus/core": "2.1.0",
"@docusaurus/plugin-google-gtag": "^2.2.0",
"@docusaurus/plugin-google-tag-manager": "^2.4.1",
"@docusaurus/preset-classic": "2.1.0",
"@mdx-js/react": "^1.6.22",
"clsx": "^1.2.1",
Expand Down
Loading

0 comments on commit 08c0fb4

Please sign in to comment.