Skip to content

Commit

Permalink
Added gtag
Browse files Browse the repository at this point in the history
  • Loading branch information
fokolo committed Jan 19, 2025
1 parent 63df4af commit e9ac8dd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 4 additions & 1 deletion docs/site/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,10 @@ const config: Config = {
customCss: "./src/css/custom.css",
},
gtag: {
trackingID: "GTM-NP6MPT7",
trackingID: "G-DXRL3V8KF9",
},
googleTagManager: {
containerId: "GTM-12345",
},
} satisfies Preset.Options,
],
Expand Down
1 change: 1 addition & 0 deletions docs/site/package-lock.json

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

3 changes: 2 additions & 1 deletion docs/site/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "my-website",
"name": "backstage-plugin-framework-docs",
"version": "0.0.0",
"private": true,
"scripts": {
Expand All @@ -18,6 +18,7 @@
"@docusaurus/core": "^3.7.0",
"@docusaurus/plugin-client-redirects": "^3.7.0",
"@docusaurus/plugin-google-gtag": "^3.7.0",
"@docusaurus/plugin-google-tag-manager": "^3.7.0",
"@docusaurus/preset-classic": "^3.7.0",
"@easyops-cn/docusaurus-search-local": "^0.46.1",
"@mdx-js/react": "^3.0.0",
Expand Down

0 comments on commit e9ac8dd

Please sign in to comment.