diff --git a/vite.config.ts b/vite.config.ts index 5823b8b..b13c5fc 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -5,5 +5,5 @@ import tsconfigPaths from 'vite-tsconfig-paths' // https://vitejs.dev/config/ export default defineConfig({ plugins: [react(), tsconfigPaths()], - base: "/escrow-playground/" + // base: "/escrow-playground/" })