Remove gtag analytics error (#5268)

This commit is contained in:
Rizel Scarlett 2025-10-20 17:07:55 -04:00 committed by GitHub
parent f303d96f54
commit bbf9d30ccb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -68,7 +68,7 @@ const config: Config = {
gtag: process.env.NODE_ENV === 'production' ? {
trackingID: 'G-ZS5D6SB4ZJ',
anonymizeIP: true,
} : undefined,
} : false,
} satisfies Preset.Options,
],
],