mirror of
https://github.com/theodore-song/polymarket-analyst.git
synced 2026-08-23 20:48:08 +00:00
80 lines
1.5 KiB
JSON
80 lines
1.5 KiB
JSON
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|