Revert "Trying a thing out to fix explore redirects"

This reverts commit dc1264e4d5.
This commit is contained in:
Matthew Taylor 2016-07-08 09:18:40 -04:00
parent dc1264e4d5
commit 8eaf3945f0

View file

@ -33,16 +33,19 @@
{
"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"
},
{