my website, hosted on wisp.place

fix: favicon

+24 -1
public/android-chrome-192x192.png

This is a binary file and will not be displayed.

public/android-chrome-512x512.png

This is a binary file and will not be displayed.

public/apple-touch-icon.png

This is a binary file and will not be displayed.

public/favicon-16x16.png

This is a binary file and will not be displayed.

public/favicon-32x32.png

This is a binary file and will not be displayed.

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.

-1
public/favicon.svg
··· 1 - <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 211 211" width="32" height="32"><g clip-path="url(#a)"><path fill="#F58A0D" stroke="#000" stroke-width="6" d="M323.115 471.308c52.196-13.863 118.79-33.147 160.013-47.287-10.362-19.056-35.239-62.767-51.855-85.161-20.771-27.994-88.489-19.582-98.947-18.4s-22.978-3.471-44.502-10.52-31.878-82.489-33.611-102.773-14.572-95.064-19.729-109.652c-5.156-14.587-26.959-45.498-31.507-50.673-3.977-4.525-18.1-12.745-24.102-14.343-6.711-1.785 1.083-35.393-.464-39.77-1.547-4.376-1.918-36.191-.464-39.77 1.454-3.577 11.397-6.218 12.851-9.795 2.681-6.597-4.125-11.67-10.128-13.267-12.374-3.293-26.918.766-33.859 4.206-6.941 3.439-8.302 14.97.701 17.366s6.003 1.597 8.065 7.432c2.063 5.835-2.722 23.064-2.63 31.018s-4.084 34.595-3.053 37.512c1.032 2.918-29.403 1.427-49.803 5.25s-37.283 9.902-41.739 12.681-8.488-.937-5.672-16.046c2.253-12.088 1.819-43.568 1.32-57.797-.828.22-.703-.451 6.426-4.898 8.91-5.558 9.85-10.595 8.302-14.97-1.547-4.377-16.037-6.911-26.495-5.73-10.458 1.183-15.429 2.503-21.338 8.86S19.017-35.146 23.05-31.43c3.226 2.973 8.519 3.588 12.52 4.653-4.146 29.292-13.123 89.016-15.862 93.573-3.424 5.697-19.303 22.832-28.001 36.16-8.698 13.329-18.06 33.52-22.567 74.61-4.767 43.46 2.977 69.953 6.084 94.127-3.142 1.367-14.003 4.996-32.311 8.582-22.886 4.483-35.076-14.619-54.208-30.282s-37.045-12.501-42.016-11.18-22.37 5.941-15.574 32.859 42.388 42.996 77.887 51.12c28.399 6.5 64.637-1.743 79.207-6.676 2.499 14.761 9.578 51.71 17.903 81.413 10.406 37.13 67.191 74.706 113.241 89.602s151.566-1.959 203.762-15.823Z"/><path fill="#000" d="M169.69 94.297c-1.922.405-3.889.73-7.273 2.889-2.338 1.49-2.757 3.161-2.653 4.083-.012.643.083.377 2.385 1.025 2.352.822 7.989-.862 11.78-1.869s7.175-3.165 6.768-4.317c-.325-.92-3.477-2.015-5.012-2.447-1.399-.048-4.066.23-5.995.636"/><path stroke="#000" stroke-width="6" d="M159.847 101.646a1.7 1.7 0 0 1-.083-.377m0 0c-.104-.922.315-2.592 2.653-4.084 3.384-2.158 5.351-2.483 7.273-2.888 1.929-.407 4.596-.684 5.995-.636 1.535.432 4.687 1.526 5.012 2.447.407 1.152-2.977 3.31-6.768 4.317s-9.428 2.691-11.78 1.869c-2.302-.648-2.397-.382-2.385-1.025Z"/><path fill="#000" stroke="#000" stroke-width="6" d="M38.045 128.947c-4.441 1.18-6.468 2.316-7.815 5.378-.594.609.969 1.365 3.095 1.883 2.657.646 13.759-2.302 15.542-4.128s3.567-3.652.91-4.299c-2.658-.646-7.292-.013-11.732 1.166Z"/><path stroke="#000" stroke-width="6" d="M84.018 129.502c11.129-.062 8.58.615 16.693-.093 8.112-.708 10.661-1.385 17.838-4.738 5.742-2.682 11.651-6.47 13.887-8.028"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h211v211H0z"/></clipPath></defs></svg>
+19
public/site.webmanifest
··· 1 + { 2 + "name": "", 3 + "short_name": "", 4 + "icons": [ 5 + { 6 + "src": "/android-chrome-192x192.png", 7 + "sizes": "192x192", 8 + "type": "image/png" 9 + }, 10 + { 11 + "src": "/android-chrome-512x512.png", 12 + "sizes": "512x512", 13 + "type": "image/png" 14 + } 15 + ], 16 + "theme_color": "#ffffff", 17 + "background_color": "#ffffff", 18 + "display": "standalone" 19 + }
+5
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="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" /> 21 + <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" /> 22 + <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" /> 23 + <link rel="manifest" href="/site.webmanifest" /> 24 + 20 25 <meta property="og:title" content={`${title} • devins.page`} /> 21 26 <meta property="og:description" content={description} /> 22 27 <meta property="og:type" content="website" />