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 })