Skip to content
Snippets Groups Projects
Commit 37df456e authored by Andreas Nüßlein's avatar Andreas Nüßlein
Browse files

disable "jpegoptim" for now

parent 51cf67ab
No related branches found
No related tags found
No related merge requests found
......@@ -37,8 +37,8 @@ sentry_sdk.init(
send_default_pii=True,
)
THUMBNAIL_OPTIMIZE_COMMAND = {
"png": "/usr/bin/optipng {filename}",
"gif": "/usr/bin/optipng {filename}",
"jpeg": "/usr/bin/jpegoptim {filename}",
}
# THUMBNAIL_OPTIMIZE_COMMAND = {
# "png": "/usr/bin/optipng {filename}",
# "gif": "/usr/bin/optipng {filename}",
# "jpeg": "/usr/bin/jpegoptim {filename}",
# }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment