mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-26 09:08:07 -05:00
15 lines
233 B
JSON
15 lines
233 B
JSON
[
|
|
{
|
|
"pattern": "/",
|
|
"view": "splash"
|
|
},
|
|
{
|
|
"pattern": "/about",
|
|
"view": "about",
|
|
"title": "About"
|
|
},
|
|
{
|
|
"pattern": "/components",
|
|
"view": "components"
|
|
}
|
|
]
|