Can we have a way to add the content hash as query string for the generated files?
Right now I can set:
which does the job, but creates lengthy and ugly URLs, that later make it difficult to review cache reports and similar, whereas if the hash was in a query string, it's often ignored or can be easily hidden in reports.
Ideally, I'd love the output to be similar to:
<link rel="apple-touch-icon" sizes="60x60" href="/apple-touch-icon-60x60.png?791c3814a0650f9555ddd744b3e2fe77">
Can we have a way to add the content hash as query string for the generated files?
Right now I can set:
which does the job, but creates lengthy and ugly URLs, that later make it difficult to review cache reports and similar, whereas if the hash was in a query string, it's often ignored or can be easily hidden in reports.
Ideally, I'd love the output to be similar to: