my website, hosted on wisp.place

fix: favicon

+3 -1
public/favicon.ico

This is a binary file and will not be displayed.

public/favicon.png

This is a binary file and will not be displayed.

public/favicon.svg public/snail.svg
public/snail.png

This is a binary file and will not be displayed.

+2
src/layouts/Layout.astro
··· 17 17 <meta name="author" content="intergrav" /> 18 18 <link rel="canonical" href={Astro.url.pathname} /> 19 19 20 + <link rel="icon" type="image/x-icon" href="/favicon.ico" /> 21 + 20 22 <meta property="og:title" content={`${title} • devins.page`} /> 21 23 <meta property="og:description" content={description} /> 22 24 <meta property="og:type" content="website" />
+1 -1
src/pages/index.astro
··· 4 4 5 5 <Layout title="home" description="hi, i'm devin! :)"> 6 6 <img 7 - src="/favicon.png" 7 + src="/snail.svg" 8 8 alt="my current profile picture on github" 9 9 class="floating-image" 10 10 />