manifest favicon

This commit is contained in:
yohlo
2025-10-06 12:53:32 -05:00
parent 42bd2542f3
commit 34d896947d
9 changed files with 6 additions and 6 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 107 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 832 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 64 KiB

View File

@@ -1,14 +1,14 @@
{
"name": "",
"short_name": "",
"name": "FLXN IX",
"short_name": "FLXN",
"icons": [
{
"src": "/android-chrome-192x192.png",
"src": "/favicon.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"src": "/favicon.png",
"sizes": "512x512",
"type": "image/png"
}

View File

@@ -50,13 +50,13 @@ export const Route = createRootRouteWithContext<{
rel: "icon",
type: "image/png",
sizes: "32x32",
href: "/favicon-32x32.png",
href: "/favicon.png",
},
{
rel: "icon",
type: "image/png",
sizes: "16x16",
href: "/favicon-16x16.png",
href: "/favicon.png",
},
{ rel: "manifest", href: "/site.webmanifest" },
{ rel: "icon", href: "/favicon.ico" },