Skip to content

Commit

Permalink
Don't use asset_host
Browse files Browse the repository at this point in the history
  • Loading branch information
etagwerker committed Oct 30, 2024
1 parent e0aa808 commit 3a877d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
config.public_file_server.enabled = ENV['RAILS_SERVE_STATIC_FILES'].present?

# Enable serving of images, stylesheets, and JavaScripts from an asset server.
config.asset_host = ENV['ASSET_HOST']
# config.asset_host = ENV['ASSET_HOST']
config.assets.enabled = true
config.assets.compile = false
config.assets.digest = true
Expand Down

0 comments on commit 3a877d2

Please sign in to comment.