mirror of
https://github.com/mmahdium/portfolio.git
synced 2025-12-20 09:23:54 +01:00
vercel configs corrected
This commit is contained in:
13
vercel.json
13
vercel.json
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user