diff --git a/mobile-wrapper/vite.config.ts b/mobile-wrapper/vite.config.ts index 081c8d9..2fd0293 100644 --- a/mobile-wrapper/vite.config.ts +++ b/mobile-wrapper/vite.config.ts @@ -2,5 +2,6 @@ import { defineConfig } from "vite"; import react from "@vitejs/plugin-react"; export default defineConfig({ + base: "./", plugins: [react()], });