mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-12-19 20:12:28 -05:00
15 lines
413 B
JSON
15 lines
413 B
JSON
[
|
|
{
|
|
"name": "components",
|
|
"pattern": "^/components/?$",
|
|
"view": "components/components",
|
|
"title": "Components"
|
|
},
|
|
{
|
|
"name": "studio",
|
|
"pattern": "^/studios-playground/\\d+(/projects|/curators|/activity|/comments)?/?(\\?.*)?$",
|
|
"routeAlias": "/studios-playground/?$",
|
|
"view": "studio/studio",
|
|
"title": "Studio Playground"
|
|
}
|
|
]
|