Files
nuzlocke-tracker/.beans/nuzlocke-tracker-5uoz--fix-webp-sprites-not-loading-in-production-nginx.md
Julian Tabel 174b145e84
All checks were successful
CI / backend-lint (push) Successful in 7s
CI / frontend-lint (push) Successful in 30s
Fix webp sprites not loading in production nginx
Include mime.types at the server block level to ensure .webp files
are served with the correct Content-Type (image/webp).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-11 13:23:58 +01:00

380 B

title, status, type, created_at, updated_at
title status type created_at updated_at
Fix webp sprites not loading in production nginx in-progress bug 2026-02-11T12:21:29Z 2026-02-11T12:21:29Z

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.