Skip to content

Commit db7c8e5

Browse files
committed
fix(): remove google-tag-manager, should not track domains that are fundamentally different.
note: This change only affects ionicframework.jp. ionicframework.com is not affected because it does not load this file.
1 parent 60f4138 commit db7c8e5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docusaurus.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@ module.exports = {
8888
},
8989
},
9090
// Will be passed to @docusaurus/plugin-google-tag-manager.
91-
googleTagManager: {
92-
containerId: 'GTM-TKMGCBC',
93-
},
91+
// googleTagManager: {
92+
// containerId: 'GTM-TKMGCBC',
93+
// },
9494
// Will be passed to @docusaurus/theme-classic.
9595
theme: {
9696
customCss: [

0 commit comments

Comments
 (0)