about summary refs log tree commit diff
path: root/config/routes.rb
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2022-10-06 02:19:45 +0200
committerGitHub <noreply@github.com>2022-10-06 02:19:45 +0200
commit58d5b28cb00ffadfeb7a3e1e03f7ae0d3b0d8486 (patch)
tree25249ee5319fb69d5ba26c5d7c6c79856c4be1a0 /config/routes.rb
parent5fd46dddd7b1d5482c3173c8bcfba0899293307f (diff)
Remove previous landing page (#19300)
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 188898fd0..472e6aa6b 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -641,7 +641,7 @@ Rails.application.routes.draw do
 
   get '/web/(*any)', to: 'home#index', as: :web
 
-  get '/about',        to: 'about#show'
+  get '/about',        to: redirect('/')
   get '/about/more',   to: 'about#more'
 
   get '/privacy-policy', to: 'privacy#show', as: :privacy_policy