mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
Update .changeset/red-poems-pay.md
Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com>
This commit is contained in:
parent
093dbdb425
commit
c3675ac88b
1 changed files with 3 additions and 1 deletions
|
@ -2,4 +2,6 @@
|
|||
'astro': minor
|
||||
---
|
||||
|
||||
Improves the asset caching by allowing stale assets to be revalidated [using entity tags](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/ETag) or the [Last-Modified](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Last-Modified) date.
|
||||
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.
|
||||
|
|
Loading…
Reference in a new issue