forked from External/greenlight
serve fa assets from relative root
This commit is contained in:
@ -87,4 +87,6 @@ Rails.application.configure do
|
||||
|
||||
# Do not dump schema after migrations.
|
||||
config.active_record.dump_schema_after_migration = false
|
||||
|
||||
config.relative_url_root = ENV['RAILS_RELATIVE_URL_ROOT'] || '/b'
|
||||
end
|
||||
|
Reference in New Issue
Block a user