db fixed
ci / docker_image (push) Successful in 2m22s
ci / deploy (push) Successful in 29s

This commit is contained in:
2026-06-29 17:09:32 -05:00
parent 1b179f9d16
commit eb40444e46
10 changed files with 13 additions and 18 deletions
@@ -52,7 +52,7 @@
async function onSelect(file: File) {
isGenerating = true;
const resized = await resizeImage(file, 300, 300, 0.8);
const resized = await resizeImage(file, 300, 300, 0.7);
const base64 = await fileToBase64(resized);