From 16a0861f772f7d8da9f94b2c5b34019dc203b660 Mon Sep 17 00:00:00 2001 From: hzhang Date: Sun, 17 May 2026 15:26:30 +0100 Subject: [PATCH] fix: absolute favicon path (/icons not ./icons) for SPA deep routes Relative ./icons resolved against the current route (e.g. /markdown/1 -> /markdown/icons/...) and hit the SPA fallback, so the favicon never loaded. Co-Authored-By: Claude Opus 4.7 (1M context) --- public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index 51e7158..8ea3956 100644 --- a/public/index.html +++ b/public/index.html @@ -5,7 +5,7 @@ Hangman Lab - +