Files
Epicure/apps
Arnaud 513e4a904a fix: remove leftover create-next-app default favicon.ico (v0.65.3)
app/favicon.ico was still the stock Next.js/Vercel triangle logo from
the original scaffold, never swapped for Epicure's own icon. Next's
file-based routing serves whatever's at app/favicon.ico as
/favicon.ico independently of the icon.svg configured via metadata,
so browsers preferring the .ico kept showing the placeholder no
matter the cache state -- explains "clean computer, still see the
default icon". No .ico regenerated (no image rasterizer available in
this environment) -- the existing icon.svg is now the only favicon
source, which every modern browser supports directly.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-21 20:44:58 +02:00
..