Skip to content
This repository was archived by the owner on Aug 16, 2025. It is now read-only.

Add Google Tag Manager plugin to package.json and docusaurus.config.ts #5

Merged
merged 2 commits into from
Jan 19, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Add Google Tag Manager plugin to package.json and docusaurus.config.ts
  • Loading branch information
karan925 committed Jan 19, 2024
commit f3d0910a660bf199544f65332ff99c4922788e1a
3 changes: 3 additions & 0 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ const config: Config = {
ignorePatterns: ["/tags/**"],
filename: "sitemap.xml",
},
googleTagManager: {
containerId: "GTM-5BWLXJRC",
},
} satisfies Preset.Options,
],
],
Expand Down
272 changes: 266 additions & 6 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 @@ -18,6 +18,7 @@
"@docusaurus/core": "3.0.1",
"@docusaurus/plugin-client-redirects": "^3.0.1",
"@docusaurus/plugin-content-blog": "^3.0.1",
"@docusaurus/plugin-google-tag-manager": "^3.1.0",
"@docusaurus/preset-classic": "3.0.1",
"@mdx-js/react": "^3.0.0",
"autoprefixer": "^10.4.16",
Expand Down