Skip to content

Commit

Permalink
fix: PWA start_url
Browse files Browse the repository at this point in the history
  • Loading branch information
rolznz committed Jan 6, 2024
1 parent 805aa5a commit 729c52d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ const pwaConfig: Partial<VitePWAOptions> = {
short_name: "BuzzPay",
description: "Alby's super simple self-custodial PoS",
scope: "/pos/",
start_url: "",
background_color: "#FCE589",
theme_color: "#FCE589",
display: "standalone",
Expand Down

0 comments on commit 729c52d

Please sign in to comment.