mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 09:35:56 -05:00
Merge pull request #5655 from LLK/revert-5631-final-studio-routes
Revert "Switch studios route to real version for testing on staging"
This commit is contained in:
commit
5b17870cb7
1 changed files with 3 additions and 3 deletions
|
@ -304,10 +304,10 @@
|
|||
},
|
||||
{
|
||||
"name": "studio",
|
||||
"pattern": "^/studios/\\d+(/projects|/curators|/activity|/comments)?/?(\\?.*)?$",
|
||||
"routeAlias": "/studios/?$",
|
||||
"pattern": "^/studios-playground/\\d+(/projects|/curators|/activity|/comments)?/?(\\?.*)?$",
|
||||
"routeAlias": "/studios-playground/?$",
|
||||
"view": "studio/studio",
|
||||
"title": "Scratch Studio",
|
||||
"title": "Studio Playground",
|
||||
"dynamicMetaTags": true
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue