Compare commits

..

2 Commits

Author SHA1 Message Date
b85668c233 Merge pull request 'Update bean' (#11) from develop into main
Reviewed-on: TheFurya/nuzlocke-tracker#11
2026-02-11 13:43:16 +01:00
Julian Tabel
dfa49e62fe Update bean 2026-02-11 13:42:44 +01:00

View File

@@ -1,10 +1,11 @@
--- ---
# nuzlocke-tracker-5uoz # nuzlocke-tracker-5uoz
title: Fix webp sprites not loading in production nginx title: Fix webp sprites not loading in production nginx
status: in-progress status: completed
type: bug type: bug
priority: normal
created_at: 2026-02-11T12:21:29Z created_at: 2026-02-11T12:21:29Z
updated_at: 2026-02-11T12:21:29Z updated_at: 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. 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.