optimuspwnius

Results 1 issues of optimuspwnius

When the Rails app is configured with an asset_host the urls for the importmap look good until you override the asset_host in the controller. Eg: config/environments/production.rb `config.asset_host = "https://cdn.example.com"` app/controllers/admin_controller.rb...