mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
feat(config): ✨ Add option to never convert vector images
This commit is contained in:
parent
6ef3a854d9
commit
de9dca5735
3 changed files with 12 additions and 0 deletions
|
|
@ -160,6 +160,8 @@ convert_images = true
|
|||
# Can be: "image/jxl", "image/webp", "image/avif", "image/png", "image/jpeg", "image/heif", "image/gif"
|
||||
# JXL support will likely not work
|
||||
convert_to = "image/webp"
|
||||
# Also convert SVG images?
|
||||
convert_vector = false
|
||||
|
||||
# [s3]
|
||||
# Can be left blank if you don't use the S3 media backend
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue