chore: 修改vercel.json
This commit is contained in:
parent
76f5b5435b
commit
82938e5d71
11
vercel.json
11
vercel.json
|
|
@ -1,7 +1,16 @@
|
|||
{
|
||||
"headers": [
|
||||
{
|
||||
"source": "/assets/*/(.*)",
|
||||
"source": "/assets/js/(.*)",
|
||||
"headers": [
|
||||
{
|
||||
"key": "Cache-Control",
|
||||
"value": "max-age=31536000, immutable"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"source": "/assets/css/(.*)",
|
||||
"headers": [
|
||||
{
|
||||
"key": "Cache-Control",
|
||||
|
|
|
|||
Loading…
Reference in New Issue