Files
portfolio/vercel.json
2025-11-10 18:09:18 +03:30

21 lines
396 B
JSON

{
"rewrites": [
{
"source": "/stats/js/script.js",
"destination": "https://plausible.io/js/script.tagged-events.js"
},
{
"source": "/stats/api/event",
"destination": "https://plausible.io/api/event"
}
],
"routes": [
{
"src": "/_nuxt/.+",
"headers": {
"cache-control": "public, max-age=31536000, immutable"
}
}
]
}