diff --git a/config/environments/development.rb b/config/environments/development.rb index 566f448..24a4595 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -26,4 +26,7 @@ Debshots::Application.configure do # This option may cause significant delays in view rendering with a large # number of complex assets. config.assets.debug = true + + # URL prefix leading to the static images that should get delivered by the web server + config.images_path_prefix = '/screenshots' end