fixing path

This commit is contained in:
Warunee Tamkoo 2025-02-07 15:38:47 +07:00
parent d320e4c7f9
commit 7af6c3560c
3 changed files with 10 additions and 9 deletions

View file

@ -8,7 +8,7 @@ import { VitePWA } from 'vite-plugin-pwa'
// https://vitejs.dev/config/
export default defineConfig({
base: '',
base: '/e-hr/',
plugins: [
vue({
template: { transformAssetUrls },
@ -39,6 +39,7 @@ export default defineConfig({
},
build: {
target: 'esnext',
assetsDir: 'assets',
},
server: {
port: 3002,