fix(mobile): use relative asset paths for Capacitor

This commit is contained in:
2026-02-13 17:36:51 +01:00
parent 397fa9c0c4
commit f6c836e705

View File

@@ -2,5 +2,6 @@ import { defineConfig } from "vite";
import react from "@vitejs/plugin-react";
export default defineConfig({
base: "./",
plugins: [react()],
});