File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,10 +39,8 @@ const config = {
3939 theme : {
4040 customCss : require . resolve ( './src/css/index.css' ) ,
4141 } ,
42- gtag : {
43- // eslint-disable-next-line @cspell/spellchecker
44- trackingID : 'G-TJND8QJM9P' ,
45- anonymizeIP : true ,
42+ googleTagManager : {
43+ containerId : "GTM-WNBF6SVN" ,
4644 } ,
4745 sitemap : {
4846 changefreq : 'weekly' ,
Original file line number Diff line number Diff line change 2020 "@docsearch/css" : " ^4.4.0" ,
2121 "@docsearch/sidepanel" : " ^4.4.0" ,
2222 "@docusaurus/core" : " ^3.9.2" ,
23+ "@docusaurus/plugin-google-tag-manager" : " ^3.9.2" ,
2324 "@docusaurus/plugin-sitemap" : " ^3.9.2" ,
2425 "@docusaurus/preset-classic" : " ^3.9.2" ,
2526 "@emotion/react" : " ^11.14.0" ,
Original file line number Diff line number Diff line change @@ -2532,7 +2532,7 @@ __metadata:
25322532 languageName: node
25332533 linkType: hard
25342534
2535- "@docusaurus/plugin-google-tag-manager@npm:3.9.2":
2535+ "@docusaurus/plugin-google-tag-manager@npm:3.9.2, @docusaurus/plugin-google-tag-manager@npm:^3.9.2 ":
25362536 version: 3.9.2
25372537 resolution: "@docusaurus/plugin-google-tag-manager@npm:3.9.2"
25382538 dependencies:
@@ -6402,6 +6402,7 @@ __metadata:
64026402 "@docsearch/sidepanel": "npm:^4.4.0"
64036403 "@docusaurus/core": "npm:^3.9.2"
64046404 "@docusaurus/module-type-aliases": "npm:^3.9.2"
6405+ "@docusaurus/plugin-google-tag-manager": "npm:^3.9.2"
64056406 "@docusaurus/plugin-sitemap": "npm:^3.9.2"
64066407 "@docusaurus/preset-classic": "npm:^3.9.2"
64076408 "@docusaurus/tsconfig": "npm:^3.9.2"
You can’t perform that action at this time.
0 commit comments