Skip to content

Commit 277f083

Browse files
committed
feat(web): handle favicon
1 parent 270d4a0 commit 277f083

5 files changed

Lines changed: 6 additions & 0 deletions

File tree

web/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
<meta charset="UTF-8" />
66
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8+
<link rel="icon" type="image/png" href="/images/favicon-96x96.png" sizes="96x96" />
9+
<link rel="icon" type="image/svg+xml" href="/images/favicon.svg" />
10+
<link rel="shortcut icon" href="/images/favicon.ico" />
11+
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png" />
12+
<meta name="apple-mobile-web-app-title" content="Devops GPT" />
813
<title>DevopsGpt</title>
914
</head>
1015

7.28 KB
Loading
3.81 KB
Loading

web/public/images/favicon.ico

14.7 KB
Binary file not shown.

web/public/images/favicon.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)