mirror of
				https://github.com/valentineus/popov.link.git
				synced 2025-11-04 06:49:45 +03:00 
			
		
		
		
	perf: improve site icon loading
This commit is contained in:
		@@ -3,8 +3,19 @@
 | 
				
			|||||||
  "short_name": "popov.link",
 | 
					  "short_name": "popov.link",
 | 
				
			||||||
  "icons": [
 | 
					  "icons": [
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
 | 
					      "src": "favicon.png",
 | 
				
			||||||
 | 
					      "sizes": "32x32",
 | 
				
			||||||
 | 
					      "type": "image/png"
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					    {
 | 
				
			||||||
 | 
					      "src": "apple-touch-icon.png",
 | 
				
			||||||
 | 
					      "sizes": "180x180",
 | 
				
			||||||
 | 
					      "type": "image/png"
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					    {
 | 
				
			||||||
 | 
					      "src": "google-touch-icon.png",
 | 
				
			||||||
      "sizes": "512x512",
 | 
					      "sizes": "512x512",
 | 
				
			||||||
      "src": "google-touch-icon.png"
 | 
					      "type": "image/png"
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  ],
 | 
					  ],
 | 
				
			||||||
  "background_color": "#ffffff",
 | 
					  "background_color": "#ffffff",
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -22,7 +22,8 @@ const { description, title } = Astro.props;
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
	<title>{title}</title>
 | 
						<title>{title}</title>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	<link rel="icon" href="/favicon.png" />
 | 
						<link rel="icon" type="image/x-icon" href="/favicon.ico" />
 | 
				
			||||||
 | 
						<link rel="icon" type="image/png" href="/favicon.png" />
 | 
				
			||||||
	<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
 | 
						<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
 | 
				
			||||||
	<link rel="manifest" href="/manifest.json" />
 | 
						<link rel="manifest" href="/manifest.json" />
 | 
				
			||||||
	<meta name="theme-color" content="#ffffff" />
 | 
						<meta name="theme-color" content="#ffffff" />
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user