mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-24 08:08:18 -05:00
Merge pull request #4156 from picklesrus/redirect-join
Redirect the old join flow to the new one.
This commit is contained in:
commit
7eef29c358
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