Skip to content
This repository was archived by the owner on Sep 4, 2020. It is now read-only.

Commit 7ac92b3

Browse files
fix: remap assets for production
related: angular/angular-cli#2137
1 parent 6d96ea2 commit 7ac92b3

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.
File renamed without changes.

src/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<base href="/">
77

88
<meta name="viewport" content="width=device-width, initial-scale=1">
9-
<link rel="icon" type="image/x-icon" href="favicon.ico">
10-
<link href="app/styles/loading.css" rel="stylesheet">
9+
<link rel="icon" type="image/x-icon" href="assets/favicon.ico">
10+
<link href="assets/loading.css" rel="stylesheet">
1111
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet">
1212
<link href="https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css" rel="stylesheet">
1313

0 commit comments

Comments
 (0)