Skip to content

Commit

Permalink
fix: start URL
Browse files Browse the repository at this point in the history
  • Loading branch information
rolznz committed Jan 6, 2024
1 parent 62f60aa commit 5e654a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const pwaConfig: Partial<VitePWAOptions> = {
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",
Expand Down

0 comments on commit 5e654a8

Please sign in to comment.