Skip to content

Commit

Permalink
add gtag test
Browse files Browse the repository at this point in the history
  • Loading branch information
rweesner committed Sep 30, 2024
1 parent 19e8262 commit 50446b3
Show file tree
Hide file tree
Showing 3 changed files with 5,664 additions and 76 deletions.
7 changes: 4 additions & 3 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ module.exports = {
presets: [
[
'@docusaurus/preset-classic',
{
docs: {
{
docs: {
breadcrumbs: false,
routeBasePath: '/',
sidebarPath: require.resolve('./sidebars.js'),
Expand All @@ -41,7 +41,8 @@ module.exports = {
customCss: require.resolve('./src/css/custom.css'),
},
gtag: {
trackingID: "G-7XYMFXX81Y",
trackingID: 'G-7XYMFXX81Y',
anonymizeIP: false,
},
},
],
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"@cmfcmf/docusaurus-search-local": "^0.10.0",
"@docusaurus/core": "2.0.0-beta.20",
"@docusaurus/plugin-google-gtag": "2.0.0-beta.20",
"@docusaurus/plugin-google-tag-manager": "^3.5.2",
"@docusaurus/preset-classic": "2.0.0-beta.20",
"@mdx-js/react": "^1.6.21",
"@svgr/webpack": "^5.5.0",
Expand Down
Loading

0 comments on commit 50446b3

Please sign in to comment.