Skip to content
This repository was archived by the owner on Aug 16, 2025. It is now read-only.
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
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