mirror of
https://github.com/afoim/fuwari.git
synced 2026-01-31 00:53:19 +08:00
chore: 移除vercel.json中的缓存控制配置
This commit is contained in:
15
vercel.json
15
vercel.json
@@ -1,14 +1 @@
|
||||
{
|
||||
"$schema": "https://openapi.vercel.sh/vercel.json",
|
||||
"headers": [
|
||||
{
|
||||
"source": "/(.*)",
|
||||
"headers": [
|
||||
{
|
||||
"key": "Cache-Control",
|
||||
"value": "no-store"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
{}
|
||||
|
||||
Reference in New Issue
Block a user