Skip to content

Commit

Permalink
chore: vite config
Browse files Browse the repository at this point in the history
  • Loading branch information
nemo-shen committed Jan 3, 2024
1 parent fc6b96e commit a73f2aa
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 @@ -10,6 +10,7 @@ const pathSrc = path.resolve(__dirname, 'src');

// https://vitejs.dev/config/
export default defineConfig({
base: './',
resolve: {
alias: {
'@': pathSrc,
Expand Down

0 comments on commit a73f2aa

Please sign in to comment.