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
+1 -1
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,
],
],