mirror of
https://github.com/afoim/fuwari.git
synced 2026-01-31 09:03:18 +08:00
ci(vercel): 添加no-store缓存控制头
配置Vercel的headers设置,禁止所有路径的缓存以确保实时性
This commit is contained in:
14
vercel.json
14
vercel.json
@@ -1 +1,13 @@
|
||||
{}
|
||||
{
|
||||
"headers": [
|
||||
{
|
||||
"source": "/(.*)",
|
||||
"headers": [
|
||||
{
|
||||
"key": "Cache-Control",
|
||||
"value": "no-store"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user