From 145cd0bbe2ea86a5755a7f9244eef6b56a406156 Mon Sep 17 00:00:00 2001 From: Henrik Nygren Date: Tue, 6 Aug 2024 12:41:35 +0300 Subject: [PATCH] Change active storage variant processor back to mini_magick --- config/environments/production.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/environments/production.rb b/config/environments/production.rb index 9a0be112..b4443796 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -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 \ No newline at end of file