Skip to content

Commit

Permalink
fix: change vite default path
Browse files Browse the repository at this point in the history
  • Loading branch information
Lettly committed Mar 12, 2024
1 parent 3f96727 commit 78ffc71
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ import react from '@vitejs/plugin-react'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
})
base: '',
})

0 comments on commit 78ffc71

Please sign in to comment.