395 B
395 B
title, status, type, priority, created_at, updated_at
| title | status | type | priority | created_at | updated_at |
|---|---|---|---|---|---|
| Fix webp sprites not loading in production nginx | completed | bug | normal | 2026-02-11T12:21:29Z | 2026-02-11T12:24:02Z |
Sprites (.webp) don't load in prod while .png images work fine. The files are in the container but nginx/proxy isn't serving them correctly. Fix by adding explicit webp MIME type to nginx config.