mirror of
https://github.com/valentineus/popov.link.git
synced 2025-07-04 00:20:26 +03:00
perf: improve site icon loading
This commit is contained in:
@ -22,7 +22,8 @@ const { description, title } = Astro.props;
|
||||
|
||||
<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="manifest" href="/manifest.json" />
|
||||
<meta name="theme-color" content="#ffffff" />
|
||||
|
Reference in New Issue
Block a user