mirror of
https://github.com/afoim/fuwari.git
synced 2026-01-31 09:03:18 +08:00
1
This commit is contained in:
14
vercel.json
14
vercel.json
@@ -5,7 +5,19 @@
|
||||
"headers": [
|
||||
{
|
||||
"key": "Cache-Control",
|
||||
"value": "no-store"
|
||||
"value": "no-cache, no-store, must-revalidate, max-age=0"
|
||||
},
|
||||
{
|
||||
"key": "Pragma",
|
||||
"value": "no-cache"
|
||||
},
|
||||
{
|
||||
"key": "Expires",
|
||||
"value": "0"
|
||||
},
|
||||
{
|
||||
"key": "Vercel-CDN-Cache-Control",
|
||||
"value": "no-cache, no-store, must-revalidate, max-age=0"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user