Skip to content

Commit

Permalink
Add vite deploy base path for github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
medgardo committed Aug 11, 2024
1 parent 35db173 commit c4152c3
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 @@ -4,4 +4,5 @@ import react from '@vitejs/plugin-react'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
})
base: "/hackathon-2024/",
});

0 comments on commit c4152c3

Please sign in to comment.