refactor(index): fix favicons specification
All checks were successful
build dist / build-dist (push) Successful in 33s

This commit is contained in:
z0x 2025-04-09 21:30:16 -04:00
parent 51d8c01db6
commit 41ead9ccd0
4 changed files with 1 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 387 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 704 B

BIN
public/favicon-96x96.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

View file

@ -29,7 +29,6 @@ import "@fontsource-variable/geist";
<link rel="canonical" href="https://z0x.ca" /> <link rel="canonical" href="https://z0x.ca" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" /> <link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" /> <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" /> <link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<script src="/src/js/index.ts"></script> <script src="/src/js/index.ts"></script>