Add cache-busting deployment marker

This commit is contained in:
Theodore Song
2026-07-12 16:39:18 -04:00
parent b59347ae5c
commit 4fbc524c83
2 changed files with 23 additions and 1 deletions
+1 -1
View File
@@ -568,7 +568,7 @@ footer{margin-top:34px;padding-top:22px;border-top:1px solid var(--border);color
</section>
<footer>
Paper trading only · Live prices from Polymarket's public Gamma API · Not financial advice ·
Build b59347a+cachefix · Paper trading only · Live prices from Polymarket's public Gamma API · Not financial advice ·
<a class="market-link" href="https://github.com/theodore-song/polymarket-analyst" target="_blank" rel="noopener">Source on GitHub</a>
</footer>
</div>
+22
View File
@@ -0,0 +1,22 @@
{
"headers": [
{
"source": "/",
"headers": [
{
"key": "Cache-Control",
"value": "no-store, max-age=0"
}
]
},
{
"source": "/index.html",
"headers": [
{
"key": "Cache-Control",
"value": "no-store, max-age=0"
}
]
}
]
}