mirror of
https://github.com/bastienwirtz/homer.git
synced 2026-01-23 02:15:09 +00:00
Add missing icons
This commit is contained in:
parent
5890d41932
commit
73d52dbd38
3 changed files with 7 additions and 0 deletions
|
|
@ -4,6 +4,7 @@
|
|||
<meta charset="UTF-8" />
|
||||
<link rel="icon" href="assets/favicon.ico" />
|
||||
<link rel="apple-touch-icon" href="assets/apple-touch-icon.png" sizes="180x180">
|
||||
<link rel="mask-icon" href="assets/logo.svg" color="#FFFFFF">
|
||||
<meta name="theme-color" content="#3367D6">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0,viewport-fit=cover">
|
||||
<title>Homer</title>
|
||||
|
|
|
|||
BIN
public/logo.png
Normal file
BIN
public/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 27 KiB |
|
|
@ -31,6 +31,12 @@ export default defineConfig({
|
|||
sizes: "512x512",
|
||||
type: "image/png",
|
||||
},
|
||||
{
|
||||
src: 'pwa-512x512.png',
|
||||
sizes: '512x512',
|
||||
type: 'image/png',
|
||||
purpose: 'any maskable'
|
||||
}
|
||||
],
|
||||
},
|
||||
}),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue