Commit b47ebeb07065b61db2756ebb4a8e13dda864982c
Committed by
Rafael Manzo
1 parent
1fb13c0d
[Colab] Add relative_url_root to production env
Signed off by: Rafael Reggiani Manzo <rr.manzo@gmail.com>
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
config/environments/production.rb
@@ -105,4 +105,7 @@ Rails.application.configure do | @@ -105,4 +105,7 @@ Rails.application.configure do | ||
105 | # Google Analytics | 105 | # Google Analytics |
106 | GA.tracker = ENV['GA_TRACKER'] | 106 | GA.tracker = ENV['GA_TRACKER'] |
107 | GA.script_source = :doubleclick | 107 | GA.script_source = :doubleclick |
108 | + | ||
109 | + # Responds on a subdirectory | ||
110 | + config.relative_url_root = '/mezuro' | ||
108 | end | 111 | end |