Force visible top 5000 build

This commit is contained in:
Theodore Song
2026-07-26 21:13:02 -04:00
parent 744387199e
commit 3c39cfe9f3
2 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -135,7 +135,7 @@ export default async function handler(req, res) {
access: "private",
allowOverwrite: true,
contentType: "application/json",
cacheControlMaxAge: 60,
cacheControlMaxAge: 0,
});
return res.status(200).json({ ok: true, state });
}