refactor: netlify.toml to meet intent

Match vercel and _headers
This commit is contained in:
Scott
2024-04-28 16:39:51 -04:00
parent 85d80566c5
commit bca47cc902

View File

@@ -4,6 +4,6 @@
[build.processing.html]
pretty_urls = false
[[headers]]
for = "/assets/*"
for = "/_astro/*"
[headers.values]
Cache-Control = "public, max-age=31536000, immutable"
Cache-Control = "public, max-age=31536000, immutable"