Merged in feat/cache-static-files (pull request #1466)

feat(static files): add cache to all static files

* feat(static files): add cache to all static files


Approved-by: Joakim Jäderberg
This commit is contained in:
Linus Flood
2025-03-04 07:53:38 +00:00
parent 481d70104b
commit c2c3becc96

View File

@@ -36,3 +36,8 @@ remote_images = [
[functions."sitemap"]
schedule = "@daily"
[[headers]]
for = "/_next/static/*"
[headers.values]
cache-control = "public, max-age=31536000, immutable"