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