Skip to content

Commit

Permalink
Merge pull request #61 from denoland/google_analytics
Browse files Browse the repository at this point in the history
add google tag manager
  • Loading branch information
kwhinnery committed Sep 15, 2023
2 parents 500907c + 57bddf7 commit fb47f41
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ const config = {
theme: {
customCss: require.resolve("./src/css/custom.css"),
},
googleTagManager: {
containerId: "GTM-5B5TH8ZJ",
},
},
],
],
Expand Down
1 change: 1 addition & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
},
"dependencies": {
"@docusaurus/core": "2.4.1",
"@docusaurus/plugin-google-tag-manager": "^2.4.1",
"@docusaurus/preset-classic": "2.4.1",
"@docusaurus/theme-search-algolia": "^2.4.1",
"@mdx-js/react": "^1.6.22",
Expand Down

0 comments on commit fb47f41

Please sign in to comment.