Skip to content

Commit a33e067

Browse files
committed
feat: install generated favicon package
1 parent 1add27c commit a33e067

8 files changed

Lines changed: 28 additions & 8 deletions

src/routes/+layout.svelte

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66

77
<svelte:head>
88
<link rel="icon" href="/favicon.svg" type="image/svg+xml" />
9+
<link rel="icon" href="/favicon-96x96.png" type="image/png" sizes="96x96" />
10+
<link rel="shortcut icon" href="/favicon.ico" />
11+
<link rel="apple-touch-icon" href="/apple-touch-icon.png" sizes="180x180" />
12+
<meta name="apple-mobile-web-app-title" content="ElectroNuck" />
13+
<meta name="theme-color" content="#03050C" />
14+
<link rel="manifest" href="/site.webmanifest" />
915
<link rel="preconnect" href="https://fonts.googleapis.com" />
1016
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="anonymous" />
1117
<link

static/apple-touch-icon.png

4.65 KB
Loading

static/favicon-96x96.png

2.37 KB
Loading

static/favicon.ico

14.7 KB
Binary file not shown.

static/favicon.svg

Lines changed: 1 addition & 8 deletions
Loading

static/site.webmanifest

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "ElectroNuck",
3+
"short_name": "ElectroNuck",
4+
"icons": [
5+
{
6+
"src": "/web-app-manifest-192x192.png",
7+
"sizes": "192x192",
8+
"type": "image/png",
9+
"purpose": "maskable"
10+
},
11+
{
12+
"src": "/web-app-manifest-512x512.png",
13+
"sizes": "512x512",
14+
"type": "image/png",
15+
"purpose": "maskable"
16+
}
17+
],
18+
"theme_color": "#03050C",
19+
"background_color": "#03050C",
20+
"display": "standalone"
21+
}
3.65 KB
Loading
14 KB
Loading

0 commit comments

Comments
 (0)