Skip to content

Commit

Permalink
set variant_processor to mini_magick
Browse files Browse the repository at this point in the history
  • Loading branch information
abdellani committed Mar 14, 2024
1 parent a9d5869 commit c497b37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ module ::Reporting; end
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

Expand Down

0 comments on commit c497b37

Please sign in to comment.