general + PWA optimizations
All checks were successful
continuous-integration/drone/push Build is passing

selfhosting logo + PWA score optimization
This commit is contained in:
2021-01-07 19:55:18 +01:00
parent aaef97dd43
commit 43ecd83213
9 changed files with 18 additions and 7 deletions

View File

@@ -5,6 +5,7 @@
<meta charset="utf-8" />
<link rel="icon" href="/favicon.png" />
<link rel="manifest" href="/manifest.webmanifest">
<link rel="apple-touch-icon" href="/lfk-logo.png">
<meta name="theme-color" content="#FFFFFF">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Lauf Für Kaya! - Admin" />

BIN
public/lfk-logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

View File

@@ -16,6 +16,12 @@
"src": "/favicon.png",
"sizes": "144x144",
"type": "image/png"
}
},
{
"src": "/lfk-logo.png",
"sizes": "1540x144",
"type": "image/png"
},
{ "src": "/maskable_icon_x1.png", "sizes": "750x750", "type": "image/png", "purpose": "any maskable" }
]
}

BIN
public/maskable_icon_x1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB