add multiple favicons

This commit is contained in:
2026-06-13 21:30:25 +02:00
parent 6120c48377
commit c082a356fd
8 changed files with 15 additions and 0 deletions
+14
View File
@@ -42,6 +42,20 @@ export const Route = createRootRoute({
{
rel: "icon",
href: "/favicon.svg",
type: "image/svg+xml",
},
{
rel: "icon",
href: "/favicon.ico",
sizes: "32x32",
},
{
rel: "apple-touch-icon",
href: "/apple-touch-icon.png",
},
{
rel: "manifest",
href: "/site.webmanifest",
},
],
}),