mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-03-25 20:29:45 -04:00
Move out to redirect
This commit is contained in:
parent
b1595caa95
commit
d3e6fd48cd
1 changed files with 7 additions and 1 deletions
|
@ -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/?$",
|
||||
|
|
Loading…
Add table
Reference in a new issue