Company Favicon Pipeline
Implemented a multi-source favicon fetcher with caching and graceful fallbacks.
nextjsuxinfra
I added a favicon pipeline for company badges on work experience cards.
Current resolution order:
- Venmetric favicon endpoint
- Domain
/favicon.ico - Declared
<link rel=\"icon\">on the homepage - DuckDuckGo favicon service fallback
I also changed cache behavior so failed lookups are not cached forever.