From 1c3923e7f7054b1bf50cde3a94bf27126e46d2bc Mon Sep 17 00:00:00 2001 From: Zhicheng WANG Date: Thu, 6 Feb 2020 08:18:53 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=8E=BB=E6=8E=89=20ngChina=20=E5=B9=BF?= =?UTF-8?q?=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aio/content/navigation.json | 11 ----------- aio/package.json | 2 +- 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/aio/content/navigation.json b/aio/content/navigation.json index 080fd8f888..9589e77ed1 100644 --- a/aio/content/navigation.json +++ b/aio/content/navigation.json @@ -23,12 +23,6 @@ { "url": "translations/cn/home", "title": "关于中文版" - }, - { - "title": "2019 ngChina @ 杭州", - "tooltip": "2019 ngChina 开发者大会", - "url": "https://ng-china.org", - "highlight": true } ], "TopBarNarrow": [ @@ -777,11 +771,6 @@ "tooltip": "分割线", "divider": true }, - { - "title": "2019 ngChina @ 杭州", - "tooltip": "2019 ngChina 开发者大会", - "url": "https://ng-china.org" - }, { "title": "互助问答", "tooltip": "github 上的中文互助问答区", diff --git a/aio/package.json b/aio/package.json index 08430aac85..6373637c26 100644 --- a/aio/package.json +++ b/aio/package.json @@ -12,7 +12,7 @@ "aio-use-npm": "node tools/ng-packages-installer restore .", "aio-check-local": "node tools/ng-packages-installer check .", "ng": "yarn check-env && ng", - "start": "yarn check-env && ng serve --configuration=fast", + "start": "yarn check-env && ng serve --configuration=fast --port=4201", "preview": "http-server-spa ./dist index.html 4200", "prebuild": "yarn setup", "build": "yarn ~~build",