mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 15:47:53 -05:00
Merge pull request #1166 from TheGrits/patch-3
Fix gh-1157: Search Redirect
This commit is contained in:
commit
2ea8eace6a
1 changed files with 6 additions and 0 deletions
|
@ -186,6 +186,12 @@
|
|||
"view": "search/search",
|
||||
"title": "Search"
|
||||
},
|
||||
{
|
||||
"name": "search-redirect",
|
||||
"pattern": "^/search/?$",
|
||||
"routeAlias": "/search",
|
||||
"redirect": "/search/projects"
|
||||
},
|
||||
{
|
||||
"name": "terms",
|
||||
"pattern": "^/terms_of_use/?$",
|
||||
|
|
Loading…
Reference in a new issue