なんかもう色々変えた

This commit is contained in:
mattyatea 2023-09-18 21:47:39 +09:00
parent 984c8b73cc
commit 62b70f85f0
11 changed files with 43 additions and 7 deletions

View file

@ -341,7 +341,7 @@ export class FileServerService {
} else {
const data = (await sharpBmp(file.path, file.mime, { animated: !('static' in request.query) }))
.resize({
height: 64,
height: 32,
withoutEnlargement: true,
})
.webp(webpDefault);