Skip to content

Commit

Permalink
server base path for gh pages
Browse files Browse the repository at this point in the history
  • Loading branch information
medilies committed Apr 21, 2023
1 parent a7ef5e9 commit a3dc59c
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ import vue from '@vitejs/plugin-vue'

// https://vitejs.dev/config/
export default defineConfig({
plugins: [vue()],
resolve: {
alias: {
'@': fileURLToPath(new URL('./src', import.meta.url))
plugins: [vue()],
base: '/ez-ip-app',
resolve: {
alias: {
'@': fileURLToPath(new URL('./src', import.meta.url))
}
}
}
})

0 comments on commit a3dc59c

Please sign in to comment.