Skip to content

Commit 0b5967b

Browse files
committed
fix favicon
1 parent ccc9e38 commit 0b5967b

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

apps/ng-demo/project.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,7 @@
1515
"browser": "apps/ng-demo/src/main.ts",
1616
"polyfills": ["zone.js"],
1717
"tsConfig": "apps/ng-demo/tsconfig.app.json",
18-
"assets": [
19-
{
20-
"glob": "favicon.ico",
21-
"input": "apps/ng-demo/src/assets/favicon.ico"
22-
},
23-
"apps/ng-demo/src/assets"
24-
],
18+
"assets": ["apps/ng-demo/src/assets"],
2519
"styles": [
2620
"apps/ng-demo/src/styles.css",
2721
"apps/ng-demo/src/styles/article.css",

apps/ng-demo/src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<title>Angular app demo</title>
66
<base href="/" />
77
<meta name="viewport" content="width=device-width, initial-scale=1" />
8-
<link rel="icon" type="image/x-icon" href="favicon.ico" />
8+
<link rel="icon" type="image/x-icon" href="assets/favicon.ico" />
99
</head>
1010
<body>
1111
<app-root></app-root>

0 commit comments

Comments
 (0)