Skip to content

Commit 652ee15

Browse files
authored
Merge pull request #5 from coderabbitai/feature/addGoogleTag
Add Google Tag Manager plugin to package.json and docusaurus.config.ts
2 parents 1c27c31 + 31b867a commit 652ee15

File tree

3 files changed

+15237
-15232
lines changed

3 files changed

+15237
-15232
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
],

0 commit comments

Comments
 (0)