png version of favicon

Changed files
+1
public
src
components
public/favicon.png

This is a binary file and will not be displayed.

+1
src/components/Base.astro
··· 16 <html lang="en"> 17 <head> 18 <title>{title}</title> 19 <link rel="icon" type="image/svg+xml" href="/favicon.svg" /> 20 <link 21 rel="alternate"
··· 16 <html lang="en"> 17 <head> 18 <title>{title}</title> 19 + <link rel="icon" type="image/x-icon" href="/favicon.png" /> 20 <link rel="icon" type="image/svg+xml" href="/favicon.svg" /> 21 <link 22 rel="alternate"