Update Vercel configuration file

This commit is contained in:
Alicia Sykes 2024-02-11 00:15:14 +00:00
parent b0e67cfeb1
commit 293c8f97e2
1 changed files with 2 additions and 5 deletions

View File

@ -1,16 +1,13 @@
{
"version": 2,
"headers": [
{
"source": "/build/(.*)",
"headers": [
{
"key": "Cache-Control",
"value": "public, max-age=31536000, immutable"
"value": "public, max-age=31536000, s-maxage=31536000, immutable"
}
]
}
],
"cleanUrls": true,
"trailingSlash": false
]
}