Files
polymarket-analyst_github/vercel.json
T
2026-07-20 21:48:03 -04:00

56 lines
1014 B
JSON

{
"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"
}
]
}
]
}