docs: Set up Google gtag

This commit is contained in:
Marc Rousavy
2023-03-16 13:30:59 -04:00
parent 1bd21a8d2b
commit 3978406755
3 changed files with 6 additions and 1 deletions

View File

@@ -144,6 +144,10 @@ module.exports = {
theme: {
customCss: require.resolve('./src/css/custom.css'),
},
gtag: {
trackingID: 'G-FX9Q0YKV7S',
anonymizeIP: false,
},
},
],
],