mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -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",
|
||||
"pattern": "^/microworlds/art",
|
||||
"routeAlias": "/microworlds/art",
|
||||
"routeAlias": "^/microworlds",
|
||||
"view": "microworld/art/art",
|
||||
"title": "Art"
|
||||
},
|
||||
{
|
||||
"name": "microworld-hiphop",
|
||||
"pattern": "^/microworlds/hiphop",
|
||||
"routeAlias": "/microworlds/hiphop",
|
||||
"routeAlias": "^/microworlds",
|
||||
"view": "microworld/hiphop/hiphop",
|
||||
"title": "Hip Hop Dance"
|
||||
},
|
||||
{
|
||||
"name": "microworld-fashion",
|
||||
"pattern": "^/microworlds/fashion",
|
||||
"routeAlias": "/microworlds/fashion",
|
||||
"routeAlias": "^/microworlds",
|
||||
"view": "microworld/fashion/fashion",
|
||||
"title": "Fashion"
|
||||
},
|
||||
{
|
||||
"name": "microworld-soccer",
|
||||
"pattern": "^/microworlds/soccer",
|
||||
"routeAlias": "/microworlds/soccer",
|
||||
"routeAlias": "^/microworlds",
|
||||
"view": "microworld/soccer/soccer",
|
||||
"title": "Soccer"
|
||||
}
|
||||
|
|
|
@ -5,4 +5,4 @@
|
|||
],
|
||||
"microworld_project_id":"116297919",
|
||||
"show_forum":false
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue