Head: fix app icon on ios

This commit is contained in:
Akemi Izuko 2024-01-01 01:40:01 -07:00
parent f889fcaf51
commit 611ae7d193
Signed by: akemi
GPG key ID: 8DE0764E1809E9FC

View file

@ -18,7 +18,7 @@ const { title, description, image = '/blog-placeholder-1.jpg' } = Astro.props;
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<link rel="icon" type="image/avif" href="/favicon.avif" />
<link rel="apple-touch-icon" href="/favicon.avif" />
<link rel="apple-touch-icon" href="/favicon_square.avif" />
<meta property="og:title" content="noway.moe" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://dev.noway.moe" />