Skip to content

Commit 187d6ed

Browse files
authored
Update google tag manager, add pwa (#268)
1 parent 51ee5dd commit 187d6ed

File tree

3 files changed

+1980
-61
lines changed

3 files changed

+1980
-61
lines changed

docusaurus.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,9 @@ const config = {
178178
trackingID: 'G-NZ3NL8DLLD',
179179
anonymizeIP: true,
180180
},
181+
googleTagManager: {
182+
containerId: 'G-NZ3NL8DLLD',
183+
},
181184
}),
182185
],
183186
],

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@
2424
"@docusaurus/plugin-client-redirects": "^2.4.3",
2525
"@docusaurus/plugin-content-docs": "^2.4.3",
2626
"@docusaurus/plugin-google-gtag": "^2.4.3",
27+
"@docusaurus/plugin-google-tag-manager": "^3.5.2",
2728
"@docusaurus/plugin-ideal-image": "^3.3.2",
29+
"@docusaurus/plugin-pwa": "^3.5.2",
2830
"@docusaurus/preset-classic": "2.4.3",
2931
"@docusaurus/remark-plugin-npm2yarn": "^2.4.3",
3032
"@docusaurus/theme-live-codeblock": "^2.4.3",

0 commit comments

Comments
 (0)