diff --git a/src/App.vue b/src/App.vue index 69c8c12..0de4669 100644 --- a/src/App.vue +++ b/src/App.vue @@ -2,22 +2,32 @@
-
+

Discover new components. Build amazing things 🔥

-
+ + + + +
\ No newline at end of file + \ No newline at end of file diff --git a/src/router.js b/src/router.js index fcde4f4..bb666f1 100644 --- a/src/router.js +++ b/src/router.js @@ -6,10 +6,7 @@ const Alerts = () => export default new VueRouter({ routes: [ - { - path: "/alerts", - component: Alerts, - name: "Alerts", - }, + { path: '/', redirect: '/alerts' }, + { path: "/alerts", component: Alerts, name: "Alerts" }, ], });