mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-12-02 11:59:07 -05:00
Revert "Trying a thing out to fix explore redirects"
This reverts commit dc1264e4d5
.
This commit is contained in:
parent
dc1264e4d5
commit
8eaf3945f0
1 changed files with 3 additions and 0 deletions
|
@ -33,16 +33,19 @@
|
||||||
{
|
{
|
||||||
"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"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue