Browse Source

updates

chronos
Gitea 1 month ago
parent
commit
ea2ee31913
  1. 4
      public/index.html
  2. 1
      src/router/index.js

4
public/index.html

@ -5,8 +5,8 @@ @@ -5,8 +5,8 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<link rel="stylesheet" href="/app.css">
<link rel="manifest" href="/manifest.json">
<link rel="stylesheet" href="/ttrack/app.css">
<link rel="manifest" href="/ttrack/manifest.json">
<title>TTrack 🕗</title>
</head>
<body>

1
src/router/index.js

@ -39,6 +39,7 @@ const routes = [ @@ -39,6 +39,7 @@ const routes = [
const router = createRouter({
history: createWebHashHistory(),
base: '/ttrack/',
routes
})

Loading…
Cancel
Save