From 38c322bfafac9b9f6927f38742761ead9ed51e4c Mon Sep 17 00:00:00 2001 From: Dorian Date: Tue, 3 Feb 2026 00:19:45 +0000 Subject: [PATCH] Fix favicon 404 - move app-icon.svg to public folder The favicon was trying to load from /assets/images/app-icon.svg which doesn't exist in the build output (Vite only copies public folder). Copied app-icon.svg to public/icons/ and updated index.html reference. This fixes the 404 error and container health check. Co-authored-by: Cursor --- index.html | 2 +- public/icons/app-icon.svg | 95 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 96 insertions(+), 1 deletion(-) create mode 100644 public/icons/app-icon.svg diff --git a/index.html b/index.html index 6c78237..2375fff 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ - + IndeedHub - Decentralized Media Streaming diff --git a/public/icons/app-icon.svg b/public/icons/app-icon.svg new file mode 100644 index 0000000..ded7295 --- /dev/null +++ b/public/icons/app-icon.svg @@ -0,0 +1,95 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +