mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-26 17:16:11 -05:00
Move the studio route from routes-dev.json to routes.json
This commit is contained in:
parent
4a7d909671
commit
11c773deb4
2 changed files with 7 additions and 7 deletions
|
@ -4,12 +4,5 @@
|
||||||
"pattern": "^/components/?$",
|
"pattern": "^/components/?$",
|
||||||
"view": "components/components",
|
"view": "components/components",
|
||||||
"title": "Components"
|
"title": "Components"
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "studio",
|
|
||||||
"pattern": "^/studios-playground/\\d+(/projects|/curators|/activity|/comments)?/?(\\?.*)?$",
|
|
||||||
"routeAlias": "/studios-playground/?$",
|
|
||||||
"view": "studio/studio",
|
|
||||||
"title": "Studio Playground"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -296,6 +296,13 @@
|
||||||
"view": "studentregistration/studentregistration",
|
"view": "studentregistration/studentregistration",
|
||||||
"title": "Class Registration"
|
"title": "Class Registration"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "studio",
|
||||||
|
"pattern": "^/studios-playground/\\d+(/projects|/curators|/activity|/comments)?/?(\\?.*)?$",
|
||||||
|
"routeAlias": "/studios-playground/?$",
|
||||||
|
"view": "studio/studio",
|
||||||
|
"title": "Studio Playground"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "teacher-faq",
|
"name": "teacher-faq",
|
||||||
"pattern": "^/educators/faq/?$",
|
"pattern": "^/educators/faq/?$",
|
||||||
|
|
Loading…
Reference in a new issue