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

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" },