Skip to content

Commit

Permalink
Change active storage variant processor back to mini_magick
Browse files Browse the repository at this point in the history
  • Loading branch information
nygrenh committed Aug 6, 2024
1 parent 0b87b4b commit 145cd0b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -121,4 +121,5 @@
config.hosts << URI.parse(SiteSetting.value('baseurl_for_remote_sandboxes')).host

config.active_record.cache_versioning = false
end
config.active_storage.variant_processor = :mini_magick
end

0 comments on commit 145cd0b

Please sign in to comment.