Skip to content

Commit

Permalink
fix: add cache headers to vercel.json
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Jul 7, 2023
1 parent 61ff521 commit def0cb0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
{
"headers": [
{
"source": "/(.*)",
"headers": [
{
"key": "Cache-Control",
"value": "public, max-age=86400"
}
]
}
],
"rewrites": [
{
"source": "/pnpm.js",
Expand Down

0 comments on commit def0cb0

Please sign in to comment.