Skip to content

Commit 93d9d4d

Browse files
committed
Define favicon
1 parent 31d0730 commit 93d9d4d

File tree

7 files changed

+20
-0
lines changed

7 files changed

+20
-0
lines changed

.storybook/manager-head.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
<link rel="apple-touch-icon" href="favicon/apple-touch-icon.png" />
2+
<link rel="icon" href="favicon/favicon.svg" type="image/svg+xml" />
3+
<link rel="shortcut icon" href="favicon/favicon.ico" type="image/x-icon" />
4+
<link rel="manifest" href="favicon/manifest.webmanifest" crossorigin="use-credentials" />
5+
16
<style>
27
@font-face {
38
font-family: Marianne;
3.55 KB
Loading
8.97 KB
Loading
3.37 KB
Loading

.storybook/static/favicon/favicon.ico

7.23 KB
Binary file not shown.

.storybook/static/favicon/favicon.svg

Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"icons": [
3+
{
4+
"src": "android-chrome-192x192.png",
5+
"sizes": "192x192",
6+
"type": "image/png"
7+
},
8+
{
9+
"src": "android-chrome-512x512.png",
10+
"sizes": "512x512",
11+
"type": "image/png"
12+
}
13+
]
14+
}

0 commit comments

Comments
 (0)