Skip to content

Commit

Permalink
config update vite
Browse files Browse the repository at this point in the history
  • Loading branch information
migulCode committed Sep 30, 2023
1 parent f82d4b2 commit 1a705ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ import react from '@vitejs/plugin-react-swc'

// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()]
plugins: [react()],
base: './'
})

0 comments on commit 1a705ca

Please sign in to comment.