Keep cached cycles active in background tabs

This commit is contained in:
Theodore Song
2026-08-18 08:03:29 -04:00
parent e4e27c885a
commit b906e9654d
4 changed files with 33 additions and 3 deletions
+9
View File
@@ -59,6 +59,15 @@
"value": "no-cache, max-age=0, must-revalidate"
}
]
},
{
"source": "/cycle-worker.js",
"headers": [
{
"key": "Cache-Control",
"value": "no-cache, max-age=0, must-revalidate"
}
]
}
]
}