diff --git a/config/environments/production.rb b/config/environments/production.rb index aa4fd60..1fbd471 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -105,4 +105,7 @@ Rails.application.configure do # Google Analytics GA.tracker = ENV['GA_TRACKER'] GA.script_source = :doubleclick + + # Responds on a subdirectory + config.relative_url_root = '/mezuro' end -- libgit2 0.21.2