Skip to content

Commit

Permalink
Update vite config base path
Browse files Browse the repository at this point in the history
  • Loading branch information
ning-sy210 authored Nov 24, 2023
1 parent d8b5f7f commit 0e751ff
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: '/hangman/',
})

0 comments on commit 0e751ff

Please sign in to comment.