{ "$schema": "https://openapi.vercel.sh/vercel.json", "git": { "deploymentEnabled": { "runtime-state": false } }, "rewrites": [ { "source": "/api/liquidity", "destination": "/api/live?action=liquidity" } ], "headers": [ { "source": "/", "headers": [ { "key": "Cache-Control", "value": "no-store, max-age=0, must-revalidate" }, { "key": "Pragma", "value": "no-cache" }, { "key": "Expires", "value": "0" } ] }, { "source": "/index.html", "headers": [ { "key": "Cache-Control", "value": "no-store, max-age=0, must-revalidate" }, { "key": "Pragma", "value": "no-cache" }, { "key": "Expires", "value": "0" } ] }, { "source": "/personal.html", "headers": [ { "key": "Cache-Control", "value": "no-store, max-age=0, must-revalidate" }, { "key": "Pragma", "value": "no-cache" }, { "key": "Expires", "value": "0" } ] }, { "source": "/sw.js", "headers": [ { "key": "Cache-Control", "value": "no-cache, max-age=0, must-revalidate" } ] }, { "source": "/cycle-worker.js", "headers": [ { "key": "Cache-Control", "value": "no-cache, max-age=0, must-revalidate" } ] } ] }