We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0abe5f5 commit 4678683Copy full SHA for 4678683
src/router.js
@@ -4,7 +4,7 @@ import AboutUs from './views/AboutUs.vue';
4
import Contact from './views/Contact.vue';
5
6
const routes = [
7
- { path: '/website/', name: 'Home', component: Home },
+ { path: '/', name: 'Home', component: Home },
8
{ path: '/about', name: 'AboutUs', component: AboutUs },
9
{ path: '/contact', name: 'Contact', component: Contact },
10
];
0 commit comments