diff --git a/web/vercel.json b/web/vercel.json index d927495..9e9a00b 100644 --- a/web/vercel.json +++ b/web/vercel.json @@ -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 + ] }