From e3021c777cb6e71be2c40a02302da210e8bfcff3 Mon Sep 17 00:00:00 2001 From: ruv Date: Wed, 29 Apr 2026 20:27:44 -0400 Subject: [PATCH] chore(pointcloud): inline amber-dot favicon to silence /favicon.ico 404 Browsers auto-request /favicon.ico when none is declared in . On a static GitHub Pages host that's a guaranteed 404 in the console. Inline a 32x32 SVG amber dot via data: URL so the browser is satisfied without an extra network round-trip. Co-Authored-By: claude-flow --- v2/crates/wifi-densepose-pointcloud/src/viewer.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/v2/crates/wifi-densepose-pointcloud/src/viewer.html b/v2/crates/wifi-densepose-pointcloud/src/viewer.html index 067abd2a..c8ac95b3 100644 --- a/v2/crates/wifi-densepose-pointcloud/src/viewer.html +++ b/v2/crates/wifi-densepose-pointcloud/src/viewer.html @@ -5,6 +5,8 @@ + +