Skip to content

Commit 145cd0b

Browse files
committed
Change active storage variant processor back to mini_magick
1 parent 0b87b4b commit 145cd0b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config/environments/production.rb

+2-1
Original file line numberDiff line numberDiff line change
@@ -121,4 +121,5 @@
121121
config.hosts << URI.parse(SiteSetting.value('baseurl_for_remote_sandboxes')).host
122122

123123
config.active_record.cache_versioning = false
124-
end
124+
config.active_storage.variant_processor = :mini_magick
125+
end

0 commit comments

Comments
 (0)