From 62f60aa7585573b244f4d11ba5c5bb3207a78ebb Mon Sep 17 00:00:00 2001 From: Roland Bewick Date: Sat, 6 Jan 2024 16:59:45 +0700 Subject: [PATCH] fix: manifest start url --- vite.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vite.config.ts b/vite.config.ts index 667d6f0..f1c9582 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: "", + start_url: "/pos/", background_color: "#FCE589", theme_color: "#FCE589", display: "standalone",