debug: size unique on home

This commit is contained in:
Julien Froidefond
2025-02-19 21:25:41 +01:00
parent b3eb5814a1
commit 69f0f50780
3 changed files with 3 additions and 3 deletions

View File

@@ -94,7 +94,7 @@ export class BookService extends BaseApiService {
return new Response(response.buffer, {
headers: {
"Content-Type": response.contentType || "image/jpeg",
// "Cache-Control": "public, max-age=31536000, immutable",
"Cache-Control": "public, max-age=31536000, immutable",
},
});
}