Improve favicon settings
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
BIN
favicon.ico
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 410 KiB |
Before Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 60 KiB |
Before Width: | Height: | Size: 43 KiB |
@ -1,20 +0,0 @@
|
||||
{
|
||||
"icons": [
|
||||
{
|
||||
"src": "./android-chrome-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "./icon-mask.png",
|
||||
"type": "image/png",
|
||||
"sizes": "512x512",
|
||||
"purpose": "maskable"
|
||||
},
|
||||
{
|
||||
"src": "./android-chrome-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
}
|
||||
]
|
||||
}
|
@ -19,10 +19,6 @@
|
||||
<meta name="fediverse:creator" content="@Leilukin@dragonscave.space">
|
||||
<meta name="generator" content="Chyrp Lite">
|
||||
<meta name="viewport" content="initial-scale=1.0">
|
||||
<link rel="icon" sizes="32x32" href="{{ site.chyrp_url }}/favicon.ico">
|
||||
<link rel="icon" type="image/svg+xml" href="{{ site.chyrp_url }}/favicon.svg">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="{{ site.chyrp_url }}/favicon/apple-touch-icon.png">
|
||||
<link rel="manifest" href="{{ site.chyrp_url }}/favicon/site.webmanifest">
|
||||
<link rel="preload" href="/fonts/readex-pro-v22-latin-regular.woff2" as="font" type="font/woff2" crossorigin="anonymous">
|
||||
<link rel="preload" href="/fonts/readex-pro-v22-latin-700.woff2" as="font" type="font/woff2" crossorigin="anonymous">
|
||||
<style>
|
||||
|