From e4a1c190932faa47facd48dd528a06ea09b5423d Mon Sep 17 00:00:00 2001 From: Zhicheng Wang Date: Mon, 26 Mar 2018 16:10:05 +0800 Subject: [PATCH] fix: merge index.html --- aio/src/environments/environment.stable.ts | 2 +- aio/src/index.html | 23 ++++++++++++++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/aio/src/environments/environment.stable.ts b/aio/src/environments/environment.stable.ts index 47e330840b..134594626f 100644 --- a/aio/src/environments/environment.stable.ts +++ b/aio/src/environments/environment.stable.ts @@ -1,4 +1,4 @@ -// This is for the production site, which is hosted at https://angular.io +// This is for the production site, which is hosted at https://angular.cn export const environment = { gaId: 'UA-80456300-1', // Production id production: true, diff --git a/aio/src/index.html b/aio/src/index.html index 04a632833b..8d9d85f818 100644 --- a/aio/src/index.html +++ b/aio/src/index.html @@ -109,6 +109,29 @@ xhr.send(); } + + +