From e4e6653f754b6d2857bcf03a89d26c3e24083271 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Sat, 12 Nov 2022 15:04:53 +0100 Subject: FIx routing for home --- app/src/router/index.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'app/src/router/index.ts') diff --git a/app/src/router/index.ts b/app/src/router/index.ts index 86cf89f..8c87048 100644 --- a/app/src/router/index.ts +++ b/app/src/router/index.ts @@ -3,8 +3,9 @@ import { RouteRecordRaw } from "vue-router"; import HomePage from "../views/HomePage.vue"; const routes: Array = [ + { path: "/", redirect: "/home" }, { - path: "/", + path: "/home", component: HomePage, name: "HomePage", }, -- cgit v1.2.3-18-g5258