diff --git a/aio/src/environments/environment.prod.ts b/aio/src/environments/environment.prod.ts index c81ba25ab9..f87f947c47 100644 --- a/aio/src/environments/environment.prod.ts +++ b/aio/src/environments/environment.prod.ts @@ -1,4 +1,4 @@ export const environment = { - gaId: 'UA-8594346-26', // TODO: this is for the staging site; reset to correct account + gaId: 'UA-8594346-15', production: true };