diff --git a/api/[domain]/fursona.ts b/api/[domain]/fursona.ts index 8d57613..2d3e412 100644 --- a/api/[domain]/fursona.ts +++ b/api/[domain]/fursona.ts @@ -32,7 +32,7 @@ export default async (request: NextRequest) => { 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=600, stale-while-revalidate=1200', }, }); -}; \ No newline at end of file +};