Skip to content

Commit

Permalink
chore(vercel): test vercel settings for cache
Browse files Browse the repository at this point in the history
  • Loading branch information
mydearxym committed Feb 29, 2024
1 parent dafbf69 commit 0b93ee5
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"headers": [
{
"source": "/",
"headers": [
{
"key": "Cache-Control",
"value": "public, max-age=31536000, immutable"
}
]
},
{
"source": "/pricing",
"headers": [
{
"key": "Cache-Control",
"value": "public, max-age=31536000, immutable"
}
]
},
{
"source": "/book-demo",
"headers": [
{
"key": "Cache-Control",
"value": "public, max-age=31536000, immutable"
}
]
}
]
}

0 comments on commit 0b93ee5

Please sign in to comment.