Skip to content

Commit

Permalink
fix vite
Browse files Browse the repository at this point in the history
  • Loading branch information
ayobi committed Aug 22, 2023
1 parent 8f156b0 commit 77ddf60
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions web/vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import react from '@vitejs/plugin-react-swc';
import { defineConfig } from 'vite';
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react-swc'

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

0 comments on commit 77ddf60

Please sign in to comment.