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:
@@ -36,3 +36,8 @@ remote_images = [
|
||||
|
||||
[functions."sitemap"]
|
||||
schedule = "@daily"
|
||||
|
||||
[[headers]]
|
||||
for = "/_next/static/*"
|
||||
[headers.values]
|
||||
cache-control = "public, max-age=31536000, immutable"
|
||||
|
||||
Reference in New Issue
Block a user