Skip to content

Commit

Permalink
build changes
Browse files Browse the repository at this point in the history
  • Loading branch information
KatieLisabeth committed Sep 27, 2024
1 parent 8754701 commit 6a12446
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion vue.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,14 @@ import { defineConfig } from 'vite'

export default defineConfig({
plugins: [vue()],
base: '/portfolio/'
base: '/portfolio/',
build: {
outDir: 'dist',
sourcemap: true
},
resolve: {
alias: {
'@': '/src'
}
}
})

0 comments on commit 6a12446

Please sign in to comment.