← back to Dw Hero Admin
Link favicon.svg in head (use branded SVG, not .ico fallback)
fb6f7eb7aa7b3c87812dc016267cc4f51c2b66d1 · 2026-05-31 16:56:03 -0700 · SteveStudio2
Files touched
Diff
commit fb6f7eb7aa7b3c87812dc016267cc4f51c2b66d1
Author: SteveStudio2 <stevestudio2@SteveStacStudio.lan>
Date: Sun May 31 16:56:03 2026 -0700
Link favicon.svg in head (use branded SVG, not .ico fallback)
---
public/index.html | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/public/index.html b/public/index.html
index a4ef5cd..df778c5 100644
--- a/public/index.html
+++ b/public/index.html
@@ -117,7 +117,8 @@
.slots-label .hint { display:none; }
}
</style>
-</head>
+ <link rel="icon" type="image/svg+xml" href="/favicon.svg">
+ </head>
<body>
<div class="app">
<aside class="sidebar">
← 7d6c126 Add per-site favicon (kills /favicon.ico 404)
·
back to Dw Hero Admin
·
(newest)