chore: 添加vercel.json

This commit is contained in:
xugaoyi 2023-07-09 19:48:07 +08:00
parent 0989c4f9f5
commit 76f5b5435b
1 changed files with 13 additions and 0 deletions

13
vercel.json Normal file
View File

@ -0,0 +1,13 @@
{
"headers": [
{
"source": "/assets/*/(.*)",
"headers": [
{
"key": "Cache-Control",
"value": "max-age=31536000, immutable"
}
]
}
]
}