From e34e3f1abaf9cc86b8f69f4eb6df70ed0acf6729 Mon Sep 17 00:00:00 2001 From: Riccardo Graziosi <31478034+riggraz@users.noreply.github.com> Date: Sat, 9 Mar 2024 17:38:49 +0100 Subject: [PATCH] Hotfix: remove asset_host config (#306) --- config/application.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/config/application.rb b/config/application.rb index 251236f5..927f9a54 100644 --- a/config/application.rb +++ b/config/application.rb @@ -16,9 +16,6 @@ module App # -- all .rb files in that directory are automatically loaded after loading # the framework and any gems in your application. - # For assets in mailers - config.asset_host = ENV["BASE_URL"] - def base_url ENV["BASE_URL"] end