Skip to content

Commit

Permalink
no cache (#828)
Browse files Browse the repository at this point in the history
  • Loading branch information
fewensa authored Sep 24, 2024
1 parent bf9125f commit 2c65e88
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 2c65e88

Please sign in to comment.