Skip to content

Commit 4f42b3a

Browse files
authored
Merge pull request #24 from LBHackney-IT/google-analytics
Enable Google Analytics
2 parents 3dafda0 + a4129f8 commit 4f42b3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ const config = {
5252
theme: {
5353
customCss: './src/css/custom.css',
5454
},
55-
googleTagManager: {
56-
containerId: 'G-TB9MPCKBPC',
55+
gtag: {
56+
trackingID: 'G-TB9MPCKBPC',
5757
},
5858
}),
5959
],

0 commit comments

Comments
 (0)