Use sub folder in production

This commit is contained in:
Jesse C. Fisher 2020-08-17 00:10:16 -07:00
parent 0173aa76e6
commit a7b63fce83

View File

@ -95,4 +95,6 @@ Rails.application.configure do
# Do not dump schema after migrations. # Do not dump schema after migrations.
config.active_record.dump_schema_after_migration = false config.active_record.dump_schema_after_migration = false
config.relative_url_root = "/13"
end end