mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 08:31:23 -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",
|
"view": "search/search",
|
||||||
"title": "Search"
|
"title": "Search"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "search-redirect",
|
||||||
|
"pattern": "^/search/?$",
|
||||||
|
"routeAlias": "/search",
|
||||||
|
"redirect": "/search/projects"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "terms",
|
"name": "terms",
|
||||||
"pattern": "^/terms_of_use/?$",
|
"pattern": "^/terms_of_use/?$",
|
||||||
|
|
Loading…
Reference in a new issue