Skip to content

Commit 4678683

Browse files
committed
update
1 parent 0abe5f5 commit 4678683

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/router.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import AboutUs from './views/AboutUs.vue';
44
import Contact from './views/Contact.vue';
55

66
const routes = [
7-
{ path: '/website/', name: 'Home', component: Home },
7+
{ path: '/', name: 'Home', component: Home },
88
{ path: '/about', name: 'AboutUs', component: AboutUs },
99
{ path: '/contact', name: 'Contact', component: Contact },
1010
];

0 commit comments

Comments
 (0)