Merge commit 'c72ca33fac1ae1518371f5954ae9487692b17709' into glitch-soc/merge-upstream

This commit is contained in:
Claire
2026-03-24 17:05:53 +01:00
46 changed files with 881 additions and 551 deletions

View File

@@ -228,7 +228,7 @@ Rails.application.routes.draw do
draw(:web_app)
get '/web/(*any)', to: redirect('/%{any}', status: 302), as: :web, defaults: { any: '' }, format: false
get '/web/(*any)', to: redirect(path: '/%{any}', status: 302), as: :web, defaults: { any: '' }, format: false
get '/about', to: 'about#show'
get '/about/more', to: redirect('/about')