Skip to content

Commit

Permalink
Add direct GA integration.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcenizal committed Aug 9, 2023
1 parent 30fe21c commit 47156eb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion www/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ const config = {
},
theme: {
customCss: require.resolve("./src/css/custom.css")
}
},
gtag: {
trackingID: 'G-NVEPGMV1N3',
},
})
],
],
Expand Down

0 comments on commit 47156eb

Please sign in to comment.