vercel configs corrected

This commit is contained in:
mahdiarghyani
2025-11-11 13:24:27 +03:30
parent 786da70e23
commit f964c71608

View File

@@ -9,12 +9,15 @@
"destination": "https://plausible.io/api/event"
}
],
"routes": [
"headers": [
{
"src": "/_nuxt/.+",
"headers": {
"cache-control": "public, max-age=31536000, immutable"
}
"source": "/_nuxt/(.*)",
"headers": [
{
"key": "cache-control",
"value": "public, max-age=31536000, immutable"
}
]
}
]
}