hopefully this solves random hanging

This commit is contained in:
Michael Freno
2026-01-07 20:53:21 -05:00
parent 547bc6c452
commit ca28237d13
6 changed files with 334 additions and 13 deletions

View File

@@ -1,11 +1,20 @@
{
"headers": [
{
"source": "/",
"headers": [
{
"key": "Cache-Control",
"value": "public, max-age=0, must-revalidate"
}
]
},
{
"source": "/(.*)",
"headers": [
{
"key": "Cache-Control",
"value": "public, max-age=0, stale-while-revalidate=60"
"value": "public, max-age=0, must-revalidate"
}
]
},