diff --git a/web/vite.config.ts b/web/vite.config.ts index 4d0ea60c..943a8167 100644 --- a/web/vite.config.ts +++ b/web/vite.config.ts @@ -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/', -}); +}) \ No newline at end of file