Skip to content

Commit

Permalink
change vite.config.ts for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
steveLeVesconte committed Jan 12, 2024
1 parent 3c68215 commit 2d80295
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 @@ -3,5 +3,6 @@ import react from '@vitejs/plugin-react'

// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()]
plugins: [react()],
base:"/go-game-webapp-react-typescript/"
})

0 comments on commit 2d80295

Please sign in to comment.