Add better image styles

This commit is contained in:
2025-06-29 01:56:19 +02:00
parent ee79f75668
commit ac3b19a1f2
16 changed files with 378 additions and 104 deletions

View File

@ -201,6 +201,8 @@ model ImageVariant {
sizeBytes Int?
image Image @relation(fields: [imageId], references: [id])
@@unique([imageId, type])
}
model ColorPalette {