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

1
src/router/index.js

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

Loading…
Cancel
Save