Skip to content

Commit 622ae52

Browse files
committed
[meta] Updates favicon and manifest
1 parent 736e23a commit 622ae52

File tree

8 files changed

+33
-6
lines changed

8 files changed

+33
-6
lines changed

public/apple-touch-icon.png

11.6 KB
Loading

public/favicon-96x96.png

7.01 KB
Loading

public/favicon.ico

14.7 KB
Binary file not shown.

public/favicon.svg

Lines changed: 15 additions & 0 deletions
Loading

public/site.webmanifest

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,20 @@
22
"name": "gephi.org",
33
"short_name": "gephi.org",
44
"icons": [
5-
{ "src": "/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png" },
6-
{ "src": "/android-chrome-512x512.png", "sizes": "512x512", "type": "image/png" }
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+
}
717
],
8-
"theme_color": "#ffffff",
9-
"background_color": "#ffffff",
18+
"theme_color": "#3e393c",
19+
"background_color": "#3e393c",
1020
"display": "standalone"
1121
}
12.7 KB
Loading
41.4 KB
Loading

src/layouts/Layout.astro

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,11 @@ const appPages = [
3535
<meta charset="UTF-8" />
3636
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
3737
<link rel="canonical" href="https://gephi.org" />
38+
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
39+
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
40+
<link rel="shortcut icon" href="/favicon.ico" />
3841
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
39-
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
40-
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
42+
<meta name="apple-mobile-web-app-title" content="MyWebSite" />
4143
<link rel="manifest" href="/site.webmanifest" />
4244
<meta
4345
name="description"

0 commit comments

Comments
 (0)