From a23ecd48862d73561c0ec841642b5b46c86b7466 Mon Sep 17 00:00:00 2001 From: Ralph Wang Date: Sun, 28 Apr 2024 09:33:10 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=8D=A2=E8=B7=9F=E8=B8=AA?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aio/src/environments/environment.archive.ts | 3 +-- aio/src/environments/environment.next.ts | 3 +-- aio/src/environments/environment.rc.ts | 3 +-- aio/src/environments/environment.stable.ts | 3 +-- aio/src/environments/environment.ts | 3 +-- 5 files changed, 5 insertions(+), 10 deletions(-) diff --git a/aio/src/environments/environment.archive.ts b/aio/src/environments/environment.archive.ts index 55d0a511956b82..39e42275af57f3 100644 --- a/aio/src/environments/environment.archive.ts +++ b/aio/src/environments/environment.archive.ts @@ -1,7 +1,6 @@ // This is for archived sites, which are hosted at https://vX.angular.io/, where X is the major Angular version. export const environment = { - legacyUniversalAnalyticsId: 'UA-8594346-15', // Production id (since it is linked from the main site) - googleAnalyticsId: 'G-BVV0RDSG7F', // Production id (since it is linked from the main site) + googleAnalyticsId: '80456300', // Production id (since it is linked from the main site) production: true, mode: 'archive', diff --git a/aio/src/environments/environment.next.ts b/aio/src/environments/environment.next.ts index 4e2520dec1e168..c9b4aada58aca8 100644 --- a/aio/src/environments/environment.next.ts +++ b/aio/src/environments/environment.next.ts @@ -1,7 +1,6 @@ // This is for the staging site, which is hosted at https://next.angular.io/. export const environment = { - legacyUniversalAnalyticsId: 'UA-8594346-15', // Production id (since it is linked from the main site) - googleAnalyticsId: 'G-BVV0RDSG7F', // Production id (since it is linked from the main site) + googleAnalyticsId: '80456300', // Production id (since it is linked from the main site) production: true, mode: 'next', diff --git a/aio/src/environments/environment.rc.ts b/aio/src/environments/environment.rc.ts index 366068d6352cea..6feda27e4f0275 100644 --- a/aio/src/environments/environment.rc.ts +++ b/aio/src/environments/environment.rc.ts @@ -1,7 +1,6 @@ // This is for the release-candidate site, which is hosted at https://rc.angular.io/. export const environment = { - legacyUniversalAnalyticsId: 'UA-8594346-15', // Production id (since it is linked from the main site) - googleAnalyticsId: 'G-BVV0RDSG7F', // Production id (since it is linked from the main site) + googleAnalyticsId: '80456300', // Production id (since it is linked from the main site) production: true, mode: 'rc', diff --git a/aio/src/environments/environment.stable.ts b/aio/src/environments/environment.stable.ts index eb3c168b5f416c..fa2ad31264ebda 100644 --- a/aio/src/environments/environment.stable.ts +++ b/aio/src/environments/environment.stable.ts @@ -1,7 +1,6 @@ // This is for the production site, which is hosted at https://angular.io/. export const environment = { - legacyUniversalAnalyticsId: 'UA-8594346-15', // Production id - googleAnalyticsId: 'G-BVV0RDSG7F', // Production id + googleAnalyticsId: '80456300', // Production id production: true, mode: 'stable', diff --git a/aio/src/environments/environment.ts b/aio/src/environments/environment.ts index 77f2cb473d431a..c282378e774bfb 100644 --- a/aio/src/environments/environment.ts +++ b/aio/src/environments/environment.ts @@ -5,8 +5,7 @@ export const environment = { - legacyUniversalAnalyticsId: 'UA-8594346-26', // Development id - googleAnalyticsId: 'G-Q8PB6PJ5CC', // Development id + googleAnalyticsId: '80456300', // Development id production: false, mode: 'stable',