Skip to content

Commit

Permalink
feat: raise caching duration
Browse files Browse the repository at this point in the history
  • Loading branch information
LBBO committed Jul 26, 2023
1 parent 18c1220 commit 4b1aeb3
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
Expand Up @@ -4,6 +4,17 @@
},
"cleanUrls": true,
"trailingSlash": false,
"headers": [
{
"source": "/(.*)",
"headers": [
{
"key": "Cache-Control",
"value": "public, max-age=22118400"
}
]
}
],
"redirects": [
{
"source": "/",
Expand Down

0 comments on commit 4b1aeb3

Please sign in to comment.