Skip to content

Commit

Permalink
Merge pull request #5911 from rschamp/issues/5902
Browse files Browse the repository at this point in the history
Replace SEC landing page with redirect
  • Loading branch information
rschamp authored Aug 10, 2021
2 parents 6ff1cb4 + e3d802e commit 8ab3b5d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1,014 deletions.
14 changes: 6 additions & 8 deletions src/routes.json
Original file line number Diff line number Diff line change
Expand Up @@ -253,14 +253,6 @@
"view": "search/search",
"title": "Search"
},
{
"name": "sec",
"pattern": "^/sec/?(\\?.*)?$",
"routeAlias": "/sec/?",
"view": "sec/sec",
"title": "Scratch Education Collaborative",
"viewportWidth": "device-width"
},
{
"name": "splash",
"pattern": "^/?$",
Expand Down Expand Up @@ -475,6 +467,12 @@
"routeAlias": "/search",
"redirect": "/search/projects"
},
{
"name": "sec-redirect",
"pattern": "^/sec/?$",
"routeAlias": "/sec",
"redirect": "https://sip.scratch.mit.edu/sec"
},
{
"name": "splash-redirect",
"pattern": "^///?$",
Expand Down
55 changes: 0 additions & 55 deletions src/views/sec/l10n.json

This file was deleted.

Loading

0 comments on commit 8ab3b5d

Please sign in to comment.