chore: 移除vercel.json中的缓存控制配置

This commit is contained in:
afoim
2025-07-11 02:33:43 +08:00
parent b95e56d950
commit 7357dd8781

View File

@@ -1,14 +1 @@
{
"$schema": "https://openapi.vercel.sh/vercel.json",
"headers": [
{
"source": "/(.*)",
"headers": [
{
"key": "Cache-Control",
"value": "no-store"
}
]
}
]
}
{}