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