mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 17:45:52 -05:00
Redirect the old join flow to the new one.
Once we confirm there are no troubles with the redirect, we can remove the code too.
This commit is contained in:
parent
b385288e39
commit
c100c3756c
1 changed files with 6 additions and 0 deletions
|
@ -434,6 +434,12 @@
|
|||
"routeAlias": "/info/?(\\?.*)?$",
|
||||
"redirect": "/ideas"
|
||||
},
|
||||
{
|
||||
"name": "register-redirect",
|
||||
"pattern": "^/accounts/standalone-registration/?$",
|
||||
"routeAlias": "/accounts/standalone-registration/",
|
||||
"redirect": "/join"
|
||||
},
|
||||
{
|
||||
"name": "research-redirect",
|
||||
"pattern": "^/info/research/?$",
|
||||
|
|
Loading…
Reference in a new issue