From ea2ee3191329838dde5c6a8e599915e1c86cc609 Mon Sep 17 00:00:00 2001 From: Gitea Date: Tue, 12 Aug 2025 08:46:06 +0200 Subject: [PATCH] updates --- public/index.html | 4 ++-- src/router/index.js | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) mode change 100644 => 100755 public/index.html mode change 100644 => 100755 src/router/index.js diff --git a/public/index.html b/public/index.html old mode 100644 new mode 100755 index d334c1f..e4bf6c3 --- a/public/index.html +++ b/public/index.html @@ -5,8 +5,8 @@ - - + + TTrack 🕗 diff --git a/src/router/index.js b/src/router/index.js old mode 100644 new mode 100755 index b2bf155..38aaf20 --- a/src/router/index.js +++ b/src/router/index.js @@ -39,6 +39,7 @@ const routes = [ const router = createRouter({ history: createWebHashHistory(), + base: '/ttrack/', routes })