diff --git a/vite.config.ts b/vite.config.ts index 301c657..38b9301 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -6,7 +6,6 @@ import path from 'path' // https://vitejs.dev/config/ export default defineConfig({ plugins: [react()] as any, - base: '/shopeeclone/', server: { port: 3000 },