fix: replace gaId with angular.cn's

This commit is contained in:
Zhicheng Wang 2017-07-30 16:23:40 +08:00
parent f7b656443d
commit 855dc19bdd
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
// This is for the production site, which is hosted at https://angular.io
export const environment = {
gaId: 'UA-8594346-15',
gaId: 'UA-80456300-1',
production: true
};