From bca47cc9020715fc833540b452acce166782a67d Mon Sep 17 00:00:00 2001 From: Scott <2660603+ShoGinn@users.noreply.github.com> Date: Sun, 28 Apr 2024 16:39:51 -0400 Subject: [PATCH] refactor: netlify.toml to meet intent Match vercel and _headers --- netlify.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/netlify.toml b/netlify.toml index 671b23a..cbc12db 100644 --- a/netlify.toml +++ b/netlify.toml @@ -4,6 +4,6 @@ [build.processing.html] pretty_urls = false [[headers]] - for = "/assets/*" + for = "/_astro/*" [headers.values] - Cache-Control = "public, max-age=31536000, immutable" \ No newline at end of file + Cache-Control = "public, max-age=31536000, immutable"