my website, hosted on wisp.place

feat: favicon

this should hopefully work? idk honestly

+1
+1
src/layouts/Layout.astro
··· 24 24 <meta property="og:type" content="website" /> 25 25 <meta property="og:url" content={Astro.url.pathname} /> 26 26 27 + <link rel="icon" type="image/png" href="https://github.com/intergrav.png?size=64" /> 27 28 <link rel="sitemap" href="/sitemap-index.xml" /> 28 29 <link 29 30 rel="alternate"