Skip to content

Commit

Permalink
fix: tag manager (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
armsteadj1 authored Apr 10, 2023
1 parent 1209a95 commit 03799dd
Show file tree
Hide file tree
Showing 3 changed files with 230 additions and 213 deletions.
7 changes: 3 additions & 4 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const config = {

presets: [
[
"classic",
"@docusaurus/preset-classic",
/** @type {import('@docusaurus/preset-classic').Options} */
({
docs: {
Expand All @@ -42,9 +42,8 @@ const config = {
theme: {
customCss: require.resolve("./src/css/overrides.scss"),
},
gtag: {
trackingID: "GTM-M56229L",
anonymizeIP: true,
googleTagManager: {
containerId: 'GTM-M56229L',
},
}),
],
Expand Down
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@
"dependencies": {
"@basis-theory/basis-theory-react": "^1.7.1",
"@cmfcmf/docusaurus-search-local": "^0.11.0",
"@docusaurus/core": "2.2.0",
"@docusaurus/plugin-client-redirects": "^2.2.0",
"@docusaurus/plugin-google-gtag": "^2.2.0",
"@docusaurus/preset-classic": "2.2.0",
"@docusaurus/core": "2.4.0",
"@docusaurus/plugin-client-redirects": "^2.4.0",
"@docusaurus/preset-classic": "2.4.0",
"@mdx-js/react": "^1.6.22",
"axios": "^1.2.1",
"clsx": "^1.2.1",
Expand Down
Loading

1 comment on commit 03799dd

@vercel
Copy link

@vercel vercel bot commented on 03799dd Apr 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.