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:
Igor Minar 2017-06-12 15:33:31 -07:00 committed by Alex Rickabaugh
parent 234268eec2
commit 0268818fbb
1 changed files with 1 additions and 1 deletions

View File

@ -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
};