mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-19 19:07:47 -05:00
* Builds the Pass condition based on the static directory and view routes. * Updates Fastly with new header and conditions based on the view routes. * Uses a nice module for interacting with fastly :) Needs some major cleanup but it works. Hopefully Travis will work too.
47 lines
983 B
JSON
47 lines
983 B
JSON
[
|
|
{
|
|
"pattern": "^/?$",
|
|
"view": "splash",
|
|
"title": "Imagine, Program, Share"
|
|
},
|
|
{
|
|
"pattern": "^/about$",
|
|
"view": "about",
|
|
"title": "About"
|
|
},
|
|
{
|
|
"pattern": "^/components$",
|
|
"view": "components",
|
|
"title": "Components"
|
|
},
|
|
{
|
|
"pattern": "^/hoc$",
|
|
"view": "hoc",
|
|
"title": "Hour of Code"
|
|
},
|
|
{
|
|
"pattern": "^/info/credits$",
|
|
"view": "credits",
|
|
"title": "Credits"
|
|
},
|
|
{
|
|
"pattern": "^/info/cards$",
|
|
"view": "cards",
|
|
"title": "Cards"
|
|
},
|
|
{
|
|
"pattern": "^/info/communityblocks-interviews$",
|
|
"view": "communityblocks-interviews",
|
|
"title": "Community Blocks Beta Tester Interviews"
|
|
},
|
|
{
|
|
"pattern": "^/jobs$",
|
|
"view": "jobs",
|
|
"title": "Jobs"
|
|
},
|
|
{
|
|
"pattern": "^/wedo$",
|
|
"view": "wedo2",
|
|
"title": "LEGO WeDo 2.0"
|
|
}
|
|
]
|