Closed
Description
Microsoft Windows Version 10.0.14393 2016 Microsoft Corporation. All rights reserved.
C:\Users\Peter Ennis>ng version
angular-cli: 1.0.0-beta.14
node: 6.6.0
os: win32 x64
I have tried a number of options in the index.html file to get
the favicon showing but without success.
The localhost site and direct github link show the favicon.
The site is a masked redirect from godaddy to github gh-pages
using the ng github-pages:deploy
Some examples of favicon testing that fail, but have worked in the past
with other deploy methods:
<head>
<meta charset="utf-8">
<title>Adaept</title>
<base href="/adaept/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="https://adaept.github.io/adaept/favicon.ico">
<!-- <link rel="icon" sizes="16x16 32x32" href="favicon.ico?v=2">
<link rel="icon" type="image/x-icon" href="favicon.ico"> -->
When I look in the dist folder and parent there is no favicon.ico file available to be deployed.
Does the file have to be manually copied? I would expect deploy to take care of this.
Metadata
Metadata
Assignees
Labels
No labels