From 293c8f97e25d66bb626ad00738f7fcc3aefc847d Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sun, 11 Feb 2024 00:15:14 +0000 Subject: [PATCH] Update Vercel configuration file --- web/vercel.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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 + ] }