Skip to content

Commit

Permalink
GAnalyticsV4
Browse files Browse the repository at this point in the history
  • Loading branch information
JavierMonton committed Nov 1, 2021
1 parent 6f8ea85 commit 1f4d1f2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const config = {
}),
],
],

plugins: ['@docusaurus/plugin-google-gtag'],
themeConfig:
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
({
Expand Down Expand Up @@ -102,9 +102,9 @@ const config = {
darkTheme: darkCodeTheme,
additionalLanguages: ["java", "scala"],
},
googleAnalytics: {
gtag: {
trackingID: 'G-LZH8JTNQ4L',
}
},
}),
};

Expand Down
1 change: 1 addition & 0 deletions website/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 website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"dependencies": {
"@docusaurus/core": "2.0.0-beta.8",
"@docusaurus/plugin-google-analytics": "^2.0.0-beta.8",
"@docusaurus/plugin-google-gtag": "^2.0.0-beta.8",
"@docusaurus/preset-classic": "2.0.0-beta.8",
"@mdx-js/react": "^1.6.21",
"@svgr/webpack": "^5.5.0",
Expand Down

0 comments on commit 1f4d1f2

Please sign in to comment.