...or in a ?... querystring will work too, I think.
This will make static files cacheable.
Contributor guide
Tech stack
None
Domain
performance
Issue type
feature
DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
3
Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
half day
Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
stale
ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
mostly clear
Prerequisites
Understanding of the project's static file generation
Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
60
Research direction
Explore the repository's build process to understand how static files are currently generated. Look for configuration files or scripts that handle file output. Implement content hashing by appending a hash of the file contents to the filename or as a query string parameter. Ensure that the solution integrates with the existing caching strategy.
Add hash of content to static file names · arxiv-vanity/engrafo#754 | Good First Issue