Skip to content

Commit

Permalink
refactor: netlify.toml to meet intent
Browse files Browse the repository at this point in the history
Match vercel and _headers
  • Loading branch information
ShoGinn committed Apr 28, 2024
1 parent 85d8056 commit bca47cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit bca47cc

Please sign in to comment.