website: add gtag

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens Langhammer 2023-01-30 17:29:06 +01:00
parent eb60bba0d5
commit 27231fd5d7
No known key found for this signature in database
1 changed files with 4 additions and 0 deletions

View File

@ -138,6 +138,10 @@ module.exports = {
theme: { theme: {
customCss: require.resolve("./src/css/custom.css"), customCss: require.resolve("./src/css/custom.css"),
}, },
gtag: {
trackingID: "G-9MVR9WZFZH",
anonymizeIP: true,
},
}, },
], ],
], ],