Files
his/openhis-ui-vue3/public/help-center/vuepress-theme-vdoing-doc/vercel.json
2026-01-26 13:49:43 +08:00

23 lines
379 B
JSON

{
"headers": [
{
"source": "/assets/js/(.*)",
"headers": [
{
"key": "Cache-Control",
"value": "max-age=31536000, immutable"
}
]
},
{
"source": "/assets/css/(.*)",
"headers": [
{
"key": "Cache-Control",
"value": "max-age=31536000, immutable"
}
]
}
]
}