mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 15:47:53 -05:00
Routes config
This commit is contained in:
parent
7742eccb87
commit
38c85f559d
1 changed files with 7 additions and 0 deletions
|
@ -211,6 +211,13 @@
|
||||||
"view": "preview-faq/preview-faq",
|
"view": "preview-faq/preview-faq",
|
||||||
"title": "Scratch 3.0 FAQ"
|
"title": "Scratch 3.0 FAQ"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "parents",
|
||||||
|
"pattern": "^/parents/?$",
|
||||||
|
"routeAlias": "/parents/",
|
||||||
|
"view": "parents/parents",
|
||||||
|
"title": "For Parents"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "preview-faq-redirect",
|
"name": "preview-faq-redirect",
|
||||||
"pattern": "^/preview-faq/?$",
|
"pattern": "^/preview-faq/?$",
|
||||||
|
|
Loading…
Reference in a new issue