Files
Dorian 38c322bfaf 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 <cursoragent@cursor.com>
2026-02-03 00:19:45 +00:00
..