From c3675ac88b63065eecdf1368ce025fa0aa396410 Mon Sep 17 00:00:00 2001 From: oliverlynch <59594611+oliverlynch@users.noreply.github.com> Date: Mon, 16 Dec 2024 13:48:44 +0800 Subject: [PATCH] Update .changeset/red-poems-pay.md Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com> --- .changeset/red-poems-pay.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.changeset/red-poems-pay.md b/.changeset/red-poems-pay.md index 3474e5f6ff..250b12de6b 100644 --- a/.changeset/red-poems-pay.md +++ b/.changeset/red-poems-pay.md @@ -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.