diff options
author | GuangrongFu <fu.guangrong@zte.com.cn> | 2018-07-23 19:59:22 +0800 |
---|---|---|
committer | GuangrongFu <fu.guangrong@zte.com.cn> | 2018-07-23 19:59:22 +0800 |
commit | fcdc765d0f858e5d946d63e818d6cbe39e4de8c5 (patch) | |
tree | ede6390bd666d4a49c2ee65a6595b84cd43910b9 /rulemgt-frontend/package.json | |
parent | 7c10ad301cd3fea79af61f1d092b2a3103f7ec11 (diff) |
Fixed the href attr in index.html
Change-Id: I27035ff2c312c646d6717e08af24262fbe875edc
Issue-ID: HOLMES-111
Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
Diffstat (limited to 'rulemgt-frontend/package.json')
-rw-r--r-- | rulemgt-frontend/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rulemgt-frontend/package.json b/rulemgt-frontend/package.json index 307bbfa..554620d 100644 --- a/rulemgt-frontend/package.json +++ b/rulemgt-frontend/package.json @@ -6,7 +6,7 @@ "ng": "ng", "start": "ng serve", "build": "ng build --dev", - "prod": "ng build --prod --base-href /holmes", + "prod": "ng build --prod --base-href /holmes/", "test": "ng test", "lint": "ng lint", "e2e": "ng e2e" |