fix: ios browser icon
continuous-integration/drone/push Build is passing Details

main
Antonio De Lucreziis 24 hours ago
parent 61b43f8868
commit a8a327e5a4

@ -39,6 +39,7 @@ const { title, description, thumbnail, pageTags } = Astro.props
{thumbnail && <meta property="og:image" content={thumbnail} />}
<link rel="icon" type="image/png" sizes="512x512" href={phcIcon.src} />
<link rel="apple-touch-icon" href={phcIcon.src} />
<script>
import renderMathInElement from 'katex/contrib/auto-render'

Loading…
Cancel
Save