mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-05 22:26:07 +00:00
Merge pull request #12271 from abdellani/set-variant-processor-to-mini_magick
set variant_processor to mini_magick
This commit is contained in:
@@ -249,6 +249,7 @@ module Openfoodnetwork
|
||||
config.active_storage.content_types_to_serve_as_binary -= ["image/svg+xml"]
|
||||
config.active_storage.variable_content_types += ["image/svg+xml"]
|
||||
config.active_storage.url_options = config.action_controller.default_url_options
|
||||
config.active_storage.variant_processor = :mini_magick
|
||||
|
||||
config.exceptions_app = self.routes
|
||||
|
||||
|
||||
Reference in New Issue
Block a user