Skip to content

Commit

Permalink
fix: 更换跟踪代码
Browse files Browse the repository at this point in the history
  • Loading branch information
asnowwolf committed Apr 28, 2024
1 parent 4d05e71 commit a23ecd4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 10 deletions.
3 changes: 1 addition & 2 deletions aio/src/environments/environment.archive.ts
Original file line number Diff line number Diff line change
@@ -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',
Expand Down
3 changes: 1 addition & 2 deletions aio/src/environments/environment.next.ts
Original file line number Diff line number Diff line change
@@ -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',
Expand Down
3 changes: 1 addition & 2 deletions aio/src/environments/environment.rc.ts
Original file line number Diff line number Diff line change
@@ -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',
Expand Down
3 changes: 1 addition & 2 deletions aio/src/environments/environment.stable.ts
Original file line number Diff line number Diff line change
@@ -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',
Expand Down
3 changes: 1 addition & 2 deletions aio/src/environments/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit a23ecd4

Please sign in to comment.