Francisco Penedo Alvarez 206b2a9d5b
All checks were successful
CI / quality-checks (push) Successful in 1m10s
Fix #3: Old cover shown after updating book cover
Caddy is set up to serve static files with aggressive caching, which is
great for performance but can cause issues when updating book covers. To
ensure users see the updated cover immediately, we need implement a
cache-busting strategy. This involves generating a unique filename for
each cover image based on its content, using a hash of the image data.
By doing this, when a cover is updated, it will have a new filename,
prompting browsers to fetch the new image instead of using the cached
version.
2026-04-01 11:03:36 +02:00
2026-03-21 20:07:45 +01:00
2026-03-30 22:46:04 +02:00
2026-03-31 16:54:19 +02:00
2026-03-30 22:46:04 +02:00
2026-03-30 22:46:04 +02:00
2026-03-31 17:26:00 +02:00
2026-03-14 20:36:12 +01:00
2026-03-30 22:46:04 +02:00
2026-03-30 22:46:04 +02:00
2026-03-14 20:36:12 +01:00
2026-03-30 22:46:04 +02:00
Description
No description provided
Readme 1.2 MiB
Languages
Python 73.3%
Jinja 23.1%
CSS 2.2%
Dockerfile 0.7%
Shell 0.5%
Other 0.2%