mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -05:00
8 lines
349 B
Markdown
8 lines
349 B
Markdown
|
---
|
||
|
'astro': minor
|
||
|
---
|
||
|
|
||
|
Improves asset caching of remote images
|
||
|
|
||
|
Astro will now store [entity tags](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/ETag) and the [Last-Modified](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Last-Modified) date for cached remote images and use them to revalidate the cache when it goes stale.
|