Skip to content

Commit f3d0910

Browse files
committed
Add Google Tag Manager plugin to package.json and docusaurus.config.ts
1 parent 1c27c31 commit f3d0910

File tree

3 files changed

+270
-6
lines changed

3 files changed

+270
-6
lines changed

docusaurus.config.ts

+3
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@ const config: Config = {
8383
ignorePatterns: ["/tags/**"],
8484
filename: "sitemap.xml",
8585
},
86+
googleTagManager: {
87+
containerId: "GTM-5BWLXJRC",
88+
},
8689
} satisfies Preset.Options,
8790
],
8891
],

package-lock.json

+266-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"@docusaurus/core": "3.0.1",
1919
"@docusaurus/plugin-client-redirects": "^3.0.1",
2020
"@docusaurus/plugin-content-blog": "^3.0.1",
21+
"@docusaurus/plugin-google-tag-manager": "^3.1.0",
2122
"@docusaurus/preset-classic": "3.0.1",
2223
"@mdx-js/react": "^3.0.0",
2324
"autoprefixer": "^10.4.16",

0 commit comments

Comments
 (0)