From a7b63fce83713e18ee52169f2905acf0964045b2 Mon Sep 17 00:00:00 2001 From: "Jesse C. Fisher" Date: Mon, 17 Aug 2020 00:10:16 -0700 Subject: [PATCH] Use sub folder in production --- config/environments/production.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/environments/production.rb b/config/environments/production.rb index 1df4048..311bb8b 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -95,4 +95,6 @@ Rails.application.configure do # Do not dump schema after migrations. config.active_record.dump_schema_after_migration = false + + config.relative_url_root = "/13" end