206b2a9d5bb3ed2ae28845212e31e3d773d87515
All checks were successful
CI / quality-checks (push) Successful in 1m10s
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.
The file is empty.
Description
Languages
Python
73.3%
Jinja
23.1%
CSS
2.2%
Dockerfile
0.7%
Shell
0.5%
Other
0.2%