mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-03-25 20:29:45 -04:00
Trying a thing out to fix explore redirects
the route alias might be doing some weird stuff in the config.
This commit is contained in:
parent
99c76ee3bf
commit
dc1264e4d5
1 changed files with 0 additions and 3 deletions
|
@ -33,19 +33,16 @@
|
|||
{
|
||||
"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"
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue