Skip to content
This repository has been archived by the owner on Apr 5, 2021. It is now read-only.

Commit

Permalink
eHub Redirect (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
SheaBelsky authored and Evan Welsh committed Jan 16, 2019
1 parent e42189d commit 68ea0a9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/router/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ const dtiRouter = new Router({
name: 'Home',
component: Home
},
{
path: '/ehub',
redirect: {
name: 'Home'
}
},
{
path: '/Projects/',
name: 'Projects',
Expand Down

0 comments on commit 68ea0a9

Please sign in to comment.