Skip to content

Commit

Permalink
Add vercel.json
Browse files Browse the repository at this point in the history
  • Loading branch information
JayJay1024 committed Sep 25, 2024
1 parent 0dcbbb3 commit e44f366
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"headers": [
{
"source": "/(.*)",
"headers": [
{
"key": "Cache-Control",
"value": "no-cache, no-store, must-revalidate"
},
{
"key": "Pragma",
"value": "no-cache"
},
{
"key": "Expires",
"value": "0"
}
]
}
]
}

0 comments on commit e44f366

Please sign in to comment.