mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
Fixing route alias + adding new line
This commit is contained in:
parent
ecdc544dff
commit
96c52dc223
2 changed files with 5 additions and 5 deletions
|
@ -222,28 +222,28 @@
|
||||||
{
|
{
|
||||||
"name": "microworld-art",
|
"name": "microworld-art",
|
||||||
"pattern": "^/microworlds/art",
|
"pattern": "^/microworlds/art",
|
||||||
"routeAlias": "/microworlds/art",
|
"routeAlias": "^/microworlds",
|
||||||
"view": "microworld/art/art",
|
"view": "microworld/art/art",
|
||||||
"title": "Art"
|
"title": "Art"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "microworld-hiphop",
|
"name": "microworld-hiphop",
|
||||||
"pattern": "^/microworlds/hiphop",
|
"pattern": "^/microworlds/hiphop",
|
||||||
"routeAlias": "/microworlds/hiphop",
|
"routeAlias": "^/microworlds",
|
||||||
"view": "microworld/hiphop/hiphop",
|
"view": "microworld/hiphop/hiphop",
|
||||||
"title": "Hip Hop Dance"
|
"title": "Hip Hop Dance"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "microworld-fashion",
|
"name": "microworld-fashion",
|
||||||
"pattern": "^/microworlds/fashion",
|
"pattern": "^/microworlds/fashion",
|
||||||
"routeAlias": "/microworlds/fashion",
|
"routeAlias": "^/microworlds",
|
||||||
"view": "microworld/fashion/fashion",
|
"view": "microworld/fashion/fashion",
|
||||||
"title": "Fashion"
|
"title": "Fashion"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "microworld-soccer",
|
"name": "microworld-soccer",
|
||||||
"pattern": "^/microworlds/soccer",
|
"pattern": "^/microworlds/soccer",
|
||||||
"routeAlias": "/microworlds/soccer",
|
"routeAlias": "^/microworlds",
|
||||||
"view": "microworld/soccer/soccer",
|
"view": "microworld/soccer/soccer",
|
||||||
"title": "Soccer"
|
"title": "Soccer"
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,4 +5,4 @@
|
||||||
],
|
],
|
||||||
"microworld_project_id":"116297919",
|
"microworld_project_id":"116297919",
|
||||||
"show_forum":false
|
"show_forum":false
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue