Skip to content

Commit b46fc9c

Browse files
committed
chore: another GA fix attempt
1 parent 2d33eee commit b46fc9c

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

website/siteConfig.js

+2-9
Original file line numberDiff line numberDiff line change
@@ -120,15 +120,8 @@ myOtherFont: [
120120
// You may provide arbitrary config keys to be used as needed by your
121121
// template. For example, if you need your repo's URL...
122122
repoUrl: "https://github.com/mobxjs/mobx",
123-
124-
plugins: [
125-
[
126-
'@docusaurus/plugin-google-gtag',
127-
{
128-
trackingID: 'G-7XBWTSGJ80',
129-
},
130-
],
131-
],
123+
gaGtag: true,
124+
gaTrackingId: "G-7XBWTSGJ80",
132125
}
133126

134127
module.exports = siteConfig

0 commit comments

Comments
 (0)