Skip to content

Commit

Permalink
Merge pull request #6 from stevekirks/upgrade
Browse files Browse the repository at this point in the history
Vite config for gh-pages
  • Loading branch information
stevekirks authored Dec 24, 2023
2 parents a4551d6 + ad65833 commit 3e0f7f4
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()],
base: "/deckgl-trips/",
plugins: [react()]
})

0 comments on commit 3e0f7f4

Please sign in to comment.