Merge pull request #576 from mewtaylor/issue/gh-574-explore-redirect

Fix GH-574: Add explore redirects
This commit is contained in:
Matthew Taylor 2016-06-15 09:36:51 -04:00 committed by GitHub
commit 2f359c1d92

View file

@ -30,6 +30,24 @@
"view": "explore/explore",
"title": "Explore"
},
{
"name": "explore-redirect",
"pattern": "^/explore/?$",
"routeAlias": "^/explore",
"redirect": "/explore/projects/all"
},
{
"name": "explore-projects-redirect",
"pattern": "^/explore/projects/?$",
"routeAlias": "^/explore",
"redirect": "/explore/projects/all"
},
{
"name": "explore-studios-redirect",
"pattern": "^/explore/studios/?$",
"routeAlias": "^/explore",
"redirect": "/explore/studios/all"
},
{
"name": "search",
"pattern": "^/search/:projects?$/?$",