Add portfolio thingies
This commit is contained in:
@ -21,7 +21,7 @@ export async function createImagesBulk(formData: FormData): Promise<BulkResult[]
|
||||
continue;
|
||||
}
|
||||
|
||||
const artwork = await createImageFromFile(f);
|
||||
const artwork = await createImageFromFile(f, { colorMode: "defer" });
|
||||
if (!artwork) {
|
||||
results.push({ ok: false, name: f.name, error: "Upload failed" });
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user