🐛 fix: comment out favicon links in admin and user HTML files for clarity; update icon type to support all image formats in route files

This commit is contained in:
web
2025-12-16 06:43:29 -08:00
parent d22919bf57
commit 033af5c01a
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ export const Route = createRootRouteWithContext()({
<meta content={description} name="description" />
<meta content={keywords} name="keywords" />
<link href={url} rel="canonical" />
<link href={logo} rel="icon" type="image/svg+xml" />
<link href={logo} rel="icon" type="image/*" />
<link href={logo} rel="apple-touch-icon" sizes="180x180" />
<link href="/site.webmanifest" rel="manifest" />
</Helmet>