Skip to content

Commit 7e61484

Browse files
authored
Merge pull request #2014 from IgnaceMaes/update-favicon
chore: update to modern favicon
2 parents 5ec1bcd + 47e402c commit 7e61484

File tree

7 files changed

+22
-1
lines changed

7 files changed

+22
-1
lines changed

app/index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@
1212

1313
<link integrity="" rel="stylesheet" href="{{rootURL}}assets/vendor.css">
1414
<link integrity="" rel="stylesheet" href="{{rootURL}}assets/ember-guides.css">
15-
<link rel="shortcut icon" href="/images/favicon.png" />
15+
16+
<link rel="apple-touch-icon" href="/favicons/apple-touch-icon.png">
17+
<link rel="icon" href="/favicons/favicon.ico" sizes="any">
18+
<link rel="icon" href="/favicons/icon.svg" type="image/svg+xml">
19+
<link rel="manifest" href="/favicons/manifest.webmanifest">
1620

1721
{{content-for "head-footer"}}
1822
</head>

public/favicons/apple-touch-icon.png

755 Bytes
Loading

public/favicons/favicon.ico

5.3 KB
Binary file not shown.

public/favicons/icon-192.png

961 Bytes
Loading

public/favicons/icon-512.png

2.93 KB
Loading

public/favicons/icon.svg

Lines changed: 10 additions & 0 deletions
Loading

public/favicons/manifest.webmanifest

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"name": "Ember.js",
3+
"icons": [
4+
{ "src": "/favicons/icon-192.png", "type": "image/png", "sizes": "192x192" },
5+
{ "src": "/favicons/icon-512.png", "type": "image/png", "sizes": "512x512" }
6+
]
7+
}

0 commit comments

Comments
 (0)