Files
fuwari/vercel.json
afoim 777fb09260 1
2025-07-11 01:03:04 +08:00

26 lines
406 B
JSON

{
"headers": [
{
"source": "/(.*)",
"headers": [
{
"key": "Cache-Control",
"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"
}
]
}
]
}