Skip to content

Commit 3086f4d

Browse files
committed
chore: update to modern favicon
1 parent 5a873bb commit 3086f4d

File tree

8 files changed

+22
-1
lines changed

8 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/images/favicon.png

-1.7 KB
Binary file not shown.
755 Bytes
Loading

public/images/favicons/favicon.ico

5.3 KB
Binary file not shown.

public/images/favicons/icon-192.png

961 Bytes
Loading

public/images/favicons/icon-512.png

2.93 KB
Loading

public/images/favicons/icon.svg

Lines changed: 10 additions & 0 deletions
Loading
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)