fixing path

This commit is contained in:
Warunee Tamkoo 2025-02-07 12:45:51 +07:00
parent 34355b097d
commit 7561b7deee
2 changed files with 2 additions and 3 deletions

View file

@ -2,12 +2,12 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="./favicon.ico" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>HRMS - Landing Page</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="./src/main.ts"></script>
<script type="module" src="/src/main.ts"></script>
</body>
</html>

View file

@ -8,7 +8,6 @@ import { VitePWA } from 'vite-plugin-pwa'
// https://vitejs.dev/config/
export default defineConfig({
base: './', // Ensures relative paths
plugins: [
vue({
template: { transformAssetUrls },