Move out to redirect

This commit is contained in:
Matthew Taylor 2016-12-08 17:20:34 -05:00
parent b1595caa95
commit d3e6fd48cd

View file

@ -1,11 +1,17 @@
[
{
"name": "splash",
"pattern": "^/{1,2}?$",
"pattern": "^/?$",
"routeAlias": "/?$",
"view": "splash/splash",
"title": "Imagine, Program, Share"
},
{
"name": "splash-redirect",
"pattern": "^//?$",
"routeAlias": "/?$",
"redirect": "/"
},
{
"name": "about",
"pattern": "^/about/?$",