fixing path
This commit is contained in:
parent
d320e4c7f9
commit
7af6c3560c
3 changed files with 10 additions and 9 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue