From 359396b2c787264f1cf9944f2defa2ff4cde8e1b Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Tue, 28 Feb 2023 17:11:54 +0100 Subject: [PATCH] Redirect / to /home in the router --- src/App.vue | 5 +++-- src/main.js | 1 + src/views/Home.vue | 5 ++--- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/App.vue b/src/App.vue index 1bb668c9a..9644c4a5f 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,9 +1,10 @@