Files
stack/apps
Jason Woltje 33a4df6240
All checks were successful
ci/woodpecker/push/web Pipeline was successful
fix(web): use RGBA format PNGs in favicon.ico for Turbopack compatibility
The initial favicon.ico used RGB PNG frames which caused a Turbopack build
failure: 'unable to decode image data - The PNG is not in RGBA format'.
Regenerate all three ICO frames (16x16, 32x32, 48x48) with PNG color type 6
(RGBA) to satisfy Next.js 16 Turbopack image processing requirements.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-27 05:10:06 -06:00
..