diff --git a/api/[domain]/fursona.ts b/api/[domain]/fursona.ts index 1f90cee..14671c5 100644 --- a/api/[domain]/fursona.ts +++ b/api/[domain]/fursona.ts @@ -29,7 +29,7 @@ export default async (request: Request) => { return new Response(JSON.stringify(data), { headers: { 'content-type': 'application/json' - // 'cache-control': 'public, max-age=600, stale-while-revalidate=1200', + 'cache-control': 'public, max-age=300, must-revalidate', } }); };