Skip to content

Commit

Permalink
chore: force cloudflare to revalidate assets
Browse files Browse the repository at this point in the history
  • Loading branch information
KaelWD committed Oct 3, 2024
1 parent 88b408a commit abbf2e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"headers": [
{
"key" : "Cache-Control",
"value" : "public, immutable, max-age=31536000, stale-if-error=604800"
"value" : "public, immutable, max-age=31536000, stale-if-error=604800, s-maxage=300"
}
]
},
Expand Down

0 comments on commit abbf2e1

Please # to comment.