Adding google analytics (#314)

This commit is contained in:
hridyesh bisht 2025-08-13 14:10:14 +05:30 committed by GitHub
parent 7cb9ed4222
commit 32a6e8760d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -144,6 +144,10 @@ module.exports = {
theme: {
customCss: [require.resolve("./src/css/custom.css")],
},
gtag: {
trackingID: "GTM-57KS2MW",
anonymizeIP: true,
},
},
],
],