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