Files
portfolio/vercel.json
2025-12-03 08:44:21 +03:30

14 lines
204 B
JSON

{
"headers": [
{
"source": "/_nuxt/(.*)",
"headers": [
{
"key": "cache-control",
"value": "public, max-age=31536000, immutable"
}
]
}
]
}