diff --git a/vite.config.ts b/vite.config.ts index 65af754..796f979 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -9,6 +9,7 @@ const pwaConfig: Partial = { short_name: "BuzzPay", description: "Alby's super simple self-custodial PoS", scope: "/pos/", + start_url: "", background_color: "#FCE589", theme_color: "#FCE589", display: "standalone",