diff --git a/vercel.json b/vercel.json index 6bf3868077..265be2e7cb 100644 --- a/vercel.json +++ b/vercel.json @@ -1,5 +1,11 @@ { "headers": [ + { + "source": "/entry-points/index.html", + "headers": [ + { "key": "Cache-Control", "value": "no-cache, must-revalidate" } + ] + }, { "source": "/currencies/(.*\\.png)", "headers": [ @@ -21,7 +27,7 @@ ], "rewrites": [ { - "source": "/(.*)", + "source": "/((?!.*\\.[^/]+$).*)", "destination": "/entry-points/index.html" } ]