Commit dc1264e4 authored by Matthew Taylor's avatar Matthew Taylor

Trying a thing out to fix explore redirects

the route alias might be doing some weird stuff in the config.
parent 99c76ee3
...@@ -33,19 +33,16 @@ ...@@ -33,19 +33,16 @@
{ {
"name": "explore-redirect", "name": "explore-redirect",
"pattern": "^/explore/?$", "pattern": "^/explore/?$",
"routeAlias": "^/explore",
"redirect": "/explore/projects/all" "redirect": "/explore/projects/all"
}, },
{ {
"name": "explore-projects-redirect", "name": "explore-projects-redirect",
"pattern": "^/explore/projects/?$", "pattern": "^/explore/projects/?$",
"routeAlias": "^/explore",
"redirect": "/explore/projects/all" "redirect": "/explore/projects/all"
}, },
{ {
"name": "explore-studios-redirect", "name": "explore-studios-redirect",
"pattern": "^/explore/studios/?$", "pattern": "^/explore/studios/?$",
"routeAlias": "^/explore",
"redirect": "/explore/studios/all" "redirect": "/explore/studios/all"
}, },
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment