Skip to content

Commit

Permalink
feat: add vite.config base
Browse files Browse the repository at this point in the history
  • Loading branch information
xkfe committed Jul 26, 2024
1 parent 55bf4c1 commit 196a551
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ export default defineConfig({
'~/': `${pathSrc}/`,
},
},
base: '/geeker-table/',
plugins: [vue(), vueJsx()],
})

0 comments on commit 196a551

Please sign in to comment.