Fixing google analytics id

This commit is contained in:
hridyesh bisht 2025-09-26 13:07:15 +05:30
parent f7cacfa771
commit b8e8df4142
No known key found for this signature in database
GPG Key ID: 7E30EC522B3FCFBB
1 changed files with 2 additions and 3 deletions

View File

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