🐛 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
+2 -2
View File
@@ -5,8 +5,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Favicons -->
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<!-- <link rel="icon" type="image/svg+xml" href="/favicon.svg">
<link rel="icon" type="image/x-icon" href="/favicon.ico"> -->
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<!-- PWA -->