diff --git a/src/routes.json b/src/routes.json index 6f7b86e4e..24f70a273 100644 --- a/src/routes.json +++ b/src/routes.json @@ -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 }, {