Skip to content

Commit 409a5eb

Browse files
committed
Favicons
1 parent f72af7d commit 409a5eb

10 files changed

Lines changed: 27 additions & 2 deletions

.DS_Store

6 KB
Binary file not shown.

frontend/index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
5-
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
5+
<link rel="icon" type="image/png" href="favicon-96x96.png" sizes="96x96" />
6+
<link rel="icon" type="image/svg+xml" href="favicon.svg" />
7+
<link rel="shortcut icon" href="favicon.ico" />
8+
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png" />
9+
<link rel="manifest" href="site.webmanifest" />
610
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
711
<title>MarkDoc</title>
812
</head>
45.3 KB
Loading

frontend/public/favicon-96x96.png

12.5 KB
Loading

frontend/public/favicon.ico

14.7 KB
Binary file not shown.

frontend/public/favicon.svg

Lines changed: 1 addition & 0 deletions
Loading

frontend/public/site.webmanifest

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "MyWebSite",
3+
"short_name": "MySite",
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": "#ffffff",
19+
"background_color": "#ffffff",
20+
"display": "standalone"
21+
}

frontend/public/vite.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.
52.6 KB
Loading
384 KB
Loading

0 commit comments

Comments
 (0)