build(aio): update Google Analytics property id for the prod environment
This is the same property ID as the one used by the current angular.io.
This commit is contained in:
parent
234268eec2
commit
0268818fbb
|
@ -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
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue