From 57788ba3bb6489a6bb4df33a733fedd95b610067 Mon Sep 17 00:00:00 2001 From: Zhicheng Wang Date: Wed, 15 Aug 2018 14:08:37 +0800 Subject: [PATCH] chore: add more CNAME --- aio/publish.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/aio/publish.sh b/aio/publish.sh index a1bb8bf566..b6da1d4e55 100755 --- a/aio/publish.sh +++ b/aio/publish.sh @@ -10,6 +10,8 @@ cp -r dist/* ../../ng-docs.github.io cd ../../ng-docs.github.io cp index.html 404.html echo v6.angular.live > CNAME +echo angular.cn >> CNAME +echo www.angular.cn >> CNAME git add . git commit -am "publish"