Head: fix app icon on ios
This commit is contained in:
parent
f889fcaf51
commit
611ae7d193
|
@ -18,7 +18,7 @@ const { title, description, image = '/blog-placeholder-1.jpg' } = Astro.props;
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
||||||
<link rel="icon" type="image/avif" href="/favicon.avif" />
|
<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:title" content="noway.moe" />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:url" content="https://dev.noway.moe" />
|
<meta property="og:url" content="https://dev.noway.moe" />
|
||||||
|
|
Loading…
Reference in a new issue