mirror of
https://github.com/block/goose.git
synced 2026-04-28 03:29:36 +00:00
Remove gtag analytics error (#5268)
This commit is contained in:
parent
f303d96f54
commit
bbf9d30ccb
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ const config: Config = {
|
|||
gtag: process.env.NODE_ENV === 'production' ? {
|
||||
trackingID: 'G-ZS5D6SB4ZJ',
|
||||
anonymizeIP: true,
|
||||
} : undefined,
|
||||
} : false,
|
||||
} satisfies Preset.Options,
|
||||
],
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue