feat: cache assets

This commit is contained in:
OLIMINATOR 2023-01-07 13:30:56 +01:00
parent 081d291dd2
commit 33b1a84fd9

15
vercel.json Normal file
View file

@ -0,0 +1,15 @@
{
"cleanUrls": true,
"trailingSlash": false,
"headers": [
{
"source": "/assets/(.*)",
"headers": [
{
"key": "Cache-Control",
"value": "public, max-age=31536000, immutable"
}
]
}
]
}