diff --git a/vercel.json b/vercel.json index 3f48d2c..6ec5aaf 100644 --- a/vercel.json +++ b/vercel.json @@ -29,18 +29,7 @@ }, { "src": "/(.*)", - "headers": { - "Cache-Control": "no-store, no-cache, must-revalidate, proxy-revalidate", - "Pragma": "no-cache", - "Expires": "0" - }, "dest": "/index.html" } - ], - "rewrites": [ - { - "source": "/(.*)", - "destination": "/index.html" - } ] }